Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MkDocs

Project documentation with Markdown.
Collective - Host: opensource - https://opencollective.com/mkdocs - Website: https://www.mkdocs.org/ - Code: https://github.com/mkdocs/mkdocs

Bump version to 1.0.3.

github.com/mkdocs/mkdocs - 6a57799769a885f7f68d6f0e9a52efa51bd455a2 authored over 6 years ago by Waylan Limberg <[email protected]>
Warn on relative paths in nav. (#1613)

While this feels like a feature change/addition, it is addressing a regression and is therefore ...

github.com/mkdocs/mkdocs - 9b116b5fbcfef00576b64a36f41083d38bd479b6 authored over 6 years ago by Waylan Limberg <[email protected]>
Fix typo

github.com/mkdocs/mkdocs - 1739e708f54ac9e22a6c8bbc6bb2f3c4ee79c3c6 authored over 6 years ago by Waylan Limberg <[email protected]>
Remove reference to now deprecated template vars (#1610)

Fixes #1608.

github.com/mkdocs/mkdocs - f13bf0148a0e8ffa63667cccceb3033a79204a0f authored over 6 years ago by Waylan Limberg <[email protected]>
writing-your-docs.md: fix typo

github.com/mkdocs/mkdocs - c16ea3ae77d2f4c35369a64ec33667e65b4caac2 authored over 6 years ago by c-bb <[email protected]>
handle existing but empty theme_config.yml files correctly

github.com/mkdocs/mkdocs - c3bd87c00469fe85d46e6ed454594a2429a5e88b authored over 6 years ago by David Ashby <[email protected]>
Dump version to 1.0.2

github.com/mkdocs/mkdocs - 954b4cb0da9b9b38475bd8dfec2f481df902e6e8 authored over 6 years ago by Waylan Limberg <[email protected]>
Fix base_url in error pages. (#1599)

Closes #1598.

github.com/mkdocs/mkdocs - 1a5c4a7f6cc9b38cfa390fa52e521fd85d08e42c authored over 6 years ago by Waylan Limberg <[email protected]>
Bump version to 1.0.1.

github.com/mkdocs/mkdocs - da3a252cde8252a441f97bcc43f98452fab48c41 authored over 6 years ago by Waylan Limberg <[email protected]>
Prevent pressing Enter in search box from reloading the page

github.com/mkdocs/mkdocs - 7aaf5a685cc4e9be00a2c6ef5189dd4bc78e50f8 authored over 6 years ago by Yeray Diaz Diaz <[email protected]>
Avoid calling `search` until all assets, worker or otherwise, are ready

github.com/mkdocs/mkdocs - 24d61cec137944c0bf1365204f3ed5e384f38584 authored over 6 years ago by Yeray Diaz Diaz <[email protected]>
Https link

github.com/mkdocs/mkdocs - 074f11980297928a5ca1bf534f81d42f41377bb3 authored over 6 years ago by Christian Oliff <[email protected]>
Exclude README.md if index.md is present. (#1582)

Also properly sort READMEs.

Fixes #1580

github.com/mkdocs/mkdocs - c872896c49fb7b7d26845e1c1cbb92ff6beb3096 authored over 6 years ago by Waylan Limberg <[email protected]>
Fix RTD Navigation bug.

Fixes #1575.

github.com/mkdocs/mkdocs - 4076d7de433bd5bca8938283b8c9535d9333f6e3 authored over 6 years ago by Waylan Limberg <[email protected]>
markdownlint cleanup

github.com/mkdocs/mkdocs - 8bd00d5f91ef754ac646d3048248251b6233bdf3 authored over 6 years ago by Waylan Limberg <[email protected]>
Upped version 1.0 Final!

github.com/mkdocs/mkdocs - 1f41f33eaeadf4e42b0215628a4657511886ccea authored over 6 years ago by Waylan Limberg <[email protected]>
Add a ReadTheDocs yaml config file

github.com/mkdocs/mkdocs - a5420be30de83aa101cf363fcc6ed9812118dd4f authored over 6 years ago by David Fischer <[email protected]>
Up version to 1.0rc1

github.com/mkdocs/mkdocs - 30cdf59077c5a264218c0e69efe06cd700e8acc9 authored over 6 years ago by Waylan Limberg <[email protected]>
Use DEBUG log level for external links in nav.

Fixes #1564.

github.com/mkdocs/mkdocs - a11437e8cb1ca055a9fd5f9b3b5438cc4a17f476 authored over 6 years ago by Waylan Limberg <[email protected]>
Up version to 1.0b1

github.com/mkdocs/mkdocs - cd5c80375c6616fb52a1010bf21cd6fc7634c50e authored over 6 years ago by Waylan Limberg <[email protected]>
Losslessly optimize images with gulp-imagemin

Saved 197KB (38%)

github.com/mkdocs/mkdocs - 6c097ecbdb4bd54859d797c93e6660c99dde97d3 authored over 6 years ago by coliff <[email protected]>
HTTPS Links

github.com/mkdocs/mkdocs - b4b49a1f523797b84811fdc1f6e4e475b0d3ab83 authored over 6 years ago by coliff <[email protected]>
HTTPS links to www.mkdocs.org (#1558)

github.com/mkdocs/mkdocs - 39dc230b6dca43d74982fa5ca11b088588e69fbb authored over 6 years ago by Christian Oliff <[email protected]>
Add hljs_style config to mkdocs theme.

This is primarily to allow third party themes which inherit from the
mkdocs theme (such as the ...

github.com/mkdocs/mkdocs - 06608e98a779cbcc4d037dcec6f25c9d2cc02499 authored over 6 years ago by Waylan Limberg <[email protected]>
HTTPS links (#1554)

HTTPS link to MkDocs site
Always load highlight.js over HTTPS

github.com/mkdocs/mkdocs - 8f94fa9b4d983f7172a41562493cf3f8f5899c23 authored over 6 years ago by Christian Oliff <[email protected]>
Up version to 1.0a1

github.com/mkdocs/mkdocs - 5ff7ee32fa68f81e56c0948053e7d478dbe0cc01 authored over 6 years ago by Waylan Limberg <[email protected]>
Switch Markdown linter to node based markdownlint-cli.

I've prefered the node based linter to the ruby one, but it didn't have
a CLI until recently. Al...

github.com/mkdocs/mkdocs - 19e24350f2b1182aa70d941e49f46d983518d4cc authored over 6 years ago by Waylan Limberg <[email protected]>
Set MarkdownLint list indent level to 4

github.com/mkdocs/mkdocs - 5ebcb5d1cab0d2edfeb022a17936c64ad06c7974 authored over 6 years ago by Waylan Limberg <[email protected]>
Don't conflict with accessibility shortcuts.

In both built-in themes, the default next/prev shortcut keys were
changed from arrows to n/p as ...

github.com/mkdocs/mkdocs - 21449eeea8781e6f98d153239ece97dbe8a32ab4 authored over 6 years ago by Waylan Limberg <[email protected]>
Run Travis tests on PY37 rather than PY37-dev (#1547)

github.com/mkdocs/mkdocs - 27f06517db4d8b73b162f2a2af65826ddcc8db54 authored over 6 years ago by Jon Dufresne <[email protected]>
User friendly YAML parse errors.

This provides a clearer error for users who have an invalid config file.
Partially addresses #1...

github.com/mkdocs/mkdocs - b89d309c5f779981bd188599818e4c6af8b78c6e authored over 6 years ago by Waylan Limberg <[email protected]>
Add official support for PY37. (#1545)

* Use Python 3.7-dev in Travis until they add official support for PY37.
* PY37 requires PyYAML...

github.com/mkdocs/mkdocs - 7c0d0b762451660622164b9e85ecff956a948075 authored over 6 years ago by Waylan Limberg <[email protected]>
theme_dir config fully Deprecated.

An error is now raised if the option is defined.

github.com/mkdocs/mkdocs - ad867796eb04358f060e12365268becddea5b583 authored over 6 years ago by Waylan Limberg <[email protected]>
Empty `extra_css` and `extra_javascript` settings no longer raise a warning.

This fully deprecates autopopulating those settings.

github.com/mkdocs/mkdocs - d0c67b849cd6f03cda87624eab93096e9bc41c9c authored over 6 years ago by Waylan Limberg <[email protected]>
Missing theme config file raises an error.

Previously a warning was raised and the build proceeded.

github.com/mkdocs/mkdocs - c99ea4e250379df3fc704ce1c917e4ce94d4ab3b authored over 6 years ago by Waylan Limberg <[email protected]>
Add support for YAML meta data. (#1542)

If the frontmatter is surrounded by YAML deliminators, then it is parsed
as YAML. Otherwise it...

github.com/mkdocs/mkdocs - da92f72ec8683fdd27b7ce48c7863a33508b25d7 authored over 6 years ago by Waylan Limberg <[email protected]>
Include all blocks in base template: mkdocs theme.

Fixes #1142 for mkdocs theme. RTD theme will be addressed with #588.

github.com/mkdocs/mkdocs - 5c261d250f78afcca5da88168c76a7bf4750ef44 authored over 6 years ago by Waylan Limberg <[email protected]>
Fix mkdocs theme TOC.

The sidebar was under the left margin of the main content and not
clickable. This moves the sid...

github.com/mkdocs/mkdocs - 5223e274c106b4d8651b07be52b33c7adb0b397d authored over 6 years ago by Waylan Limberg <[email protected]>
Remove some unused code. (#1538)

These were some orphaned remnants from the pages refactor.

github.com/mkdocs/mkdocs - 5e59af5ca3350fe2a5a555c0777940967a6b9fb4 authored over 6 years ago by Waylan Limberg <[email protected]>
Up version to 1.0.dev

And update release notes to include 0.17.5.

github.com/mkdocs/mkdocs - 2f34aec1eb0f9351f1bd83f0ab2b33e6815ac09e authored over 6 years ago by Waylan Limberg <[email protected]>
docs: Replace RTD screenshot with a working one. (#1505)

The remotely linked image was removed in rtfd/readthedocs.org#3438.

Turns out we already have...

github.com/mkdocs/mkdocs - 67630d888bf79ce467d1b8aedd2d0d66d9863cc7 authored over 6 years ago by Dmitry Shachnev <[email protected]>
Add a highlightjs config setting (#1533)

The built-in themes now include support for enabling/disabling
highlight.js. They also use a CD...

github.com/mkdocs/mkdocs - 2e9de0a297e878ae19de69b4336aa37a4e1c23a9 authored over 6 years ago by Waylan Limberg <[email protected]>
Close search modal when result is selected.

Fixes #1527.

github.com/mkdocs/mkdocs - de576b03bd9a6e921c37d7f3eb60a40e1476d2ec authored over 6 years ago by Waylan Limberg <[email protected]>
Update documenation.

github.com/mkdocs/mkdocs - a1b26ebabea6ccf846ccc2f84aeaa7a1bdb9dc3c authored over 6 years ago by Waylan Limberg <[email protected]>
Add a url filter to templates.

Currently all local URLs must be prepended with base_url while external
links must not. However...

github.com/mkdocs/mkdocs - decaf6141c90b0123a4b7f03ee839d0780570bc9 authored over 6 years ago by Waylan Limberg <[email protected]>
Exclude code block style from Markdownlint

The Python-Markdown parser includes support for fenced code blocks, but only at the root level o...

github.com/mkdocs/mkdocs - 6f3257cdd7abe6dc03a098f36336c45f9b7f4d02 authored over 6 years ago by Waylan Limberg <[email protected]>
Fix two typos in tempdir() docstring

github.com/mkdocs/mkdocs - 3de09c93169d2fe36c3c2250df3a283733899932 authored over 6 years ago by Dmitry Shachnev <[email protected]>
Fix search result urls (#1523)

github.com/mkdocs/mkdocs - d161bcd1cf515a1172f4fe82575d947f8b984ab8 authored over 6 years ago by Taras Sotnikov <[email protected]>
Use Unicode for server temp dir. (#1517)

The serve command overrights the the site_dir and can cause a crash when
clean_directory tries ...

github.com/mkdocs/mkdocs - 0a2870749effe86568f81e904396c09978d58375 authored over 6 years ago by Waylan Limberg <[email protected]>
Document the builtin themes' lack of support for multi-level nav.

github.com/mkdocs/mkdocs - fb5abb05a70db5c650f625d5248e90318d2583c0 authored over 6 years ago by Waylan Limberg <[email protected]>
Add a level attribute to AnchorLinks.

This relimplements #1272 on the current code in master. Thanks to
@funkyfuture for the original...

github.com/mkdocs/mkdocs - fb9d9e36fbf665210b47c250952c3dbfd14eecae authored over 6 years ago by Waylan Limberg <[email protected]>
Document using custom domains with GitHub Pages.

Fixes #1496.

github.com/mkdocs/mkdocs - 78ee87cc2e64c2fa2418311903d64166b26f237c authored over 6 years ago by Waylan Limberg <[email protected]>
Internal Refactor of Pages, Files, and Navigation (#1504)

Internal handling of pages, files and navigation has been completely refactored.
The changes in...

github.com/mkdocs/mkdocs - 34ef3ca6d0390959080ce93a695361eea1649272 authored over 6 years ago by Waylan Limberg <[email protected]>
Make the tests pass when git is not installed

github.com/mkdocs/mkdocs - 3f0e4464a787ad5ce5a235d7ae988a2d8f53f077 authored over 6 years ago by Dmitry Shachnev <[email protected]>
Make test_doc_dir_in_site_dir work with custom build path

The previous version worked only when ../mkdocs was pointing back
to the current directory.

Fix...

github.com/mkdocs/mkdocs - 7dbcf9a22a1c59da1412a409fc6566064b24cfc7 authored over 6 years ago by Dmitry Shachnev <[email protected]>
Ensure name is provided in warning about deprecation.

github.com/mkdocs/mkdocs - 34a579ec573ed83b293bd42e98fa847876534004 authored over 6 years ago by Phil Elson <[email protected]>
Add multi-level nesting support to sitemap.xml

Fixes #1481.

github.com/mkdocs/mkdocs - 7e06ca68d100d27c0323a59a13a9a692c2ee537f authored over 6 years ago by Waylan Limberg <[email protected]>
Warn users deploying with older version. (#1467)

Fixes #640.

github.com/mkdocs/mkdocs - e5c2459fdf58e55237fef914ac67a968c68d2a3f authored over 6 years ago by Waylan Limberg <[email protected]>
Ensure deploy commit message points at correct sha.

If/when deploying to usr/org pages, the deploy script is run from the
Pages repo, not the projec...

github.com/mkdocs/mkdocs - ee37665418a8c1a20eff6041fe17d0d107dde07c authored over 6 years ago by Waylan Limberg <[email protected]>
Update sitemap.xml (#1465)

Hide <lastmod/> when it nav_item.update_date empty

github.com/mkdocs/mkdocs - cfc688b1a07d483de5348d09fd04ec1a596dc5d2 authored over 6 years ago by Tien Nguyen <[email protected]>
Ensure unrelated problems don't cause tests to fail.

Avoid calling mkdocs.config.load_config from tests that aren't testing
that function.

github.com/mkdocs/mkdocs - 5c644955e4ffc55e1d7e1c186158b16f5c8d21a6 authored almost 7 years ago by Waylan Limberg <[email protected]>
Improve Markdown extension error messages.

Fixes #782. Note that we mock Markdown in the tests to ensure those
tests are not using Markdown...

github.com/mkdocs/mkdocs - e57e2269d911c16cb8eb0598460cd50e6569a79f authored almost 7 years ago by Waylan Limberg <[email protected]>
Update Font Awesome to 4.7.0 (MkDocs Theme) (#1447)

Fixes #1438

github.com/mkdocs/mkdocs - d4c5832876accc7e59293852d86810585b97674c authored almost 7 years ago by Christian Oliff <[email protected]>
Document deploying to GH User/Org Pages.

Fixes #1291 and made possable by the work in #1376.

github.com/mkdocs/mkdocs - a43163fc8df0c27cdf8ba5c7138fffa1340e7d72 authored almost 7 years ago by Waylan Limberg <[email protected]>
Use .svg badges in README instead of .png (#1423)

github.com/mkdocs/mkdocs - d50468926f2cd1204d6aab0fc54e6b13c03b1591 authored almost 7 years ago by Benjamin Gorman <[email protected]>
Paths in config file are relative to the config file. (#1376)

github.com/mkdocs/mkdocs - a3e60f138508485f63cab20047de0ba72f32b7e6 authored almost 7 years ago by Joseph Lombrozo <[email protected]>
Drop official support for Python 3.3.

Also up tornado version to >=5.0. Fixes #1427.

github.com/mkdocs/mkdocs - d6449f90808b50979694a3e91b49b532f3bf785d authored almost 7 years ago by Waylan Limberg <[email protected]>
Noted support for python 3.6

"Officially added support for Python 3.6 (#1296)" as of version 0.17.0.

Source: http://www.mk...

github.com/mkdocs/mkdocs - fa4c7e5bb38b0b046b478cdda9dd3518ab434305 authored almost 7 years ago by James Rhea <[email protected]>
Add .editorconfig (#1451)

github.com/mkdocs/mkdocs - f5fd2fa1bb08995f6f54d2bf9692d51b3403da6a authored almost 7 years ago by Christian Oliff <[email protected]>
Update release-notes

Whoops, forgot to add this in 71ebf35.

github.com/mkdocs/mkdocs - 35f6412b51d2a660d185584ee090e5733b27de3a authored almost 7 years ago by Waylan Limberg <[email protected]>
Add support for GitLab repositories (#1435)

Note that the icons in the themes will not show up until FontAwesome is
updated to at least ver...

github.com/mkdocs/mkdocs - 71ebf353e6fe8827d8fb2d6c74a077f336782eca authored almost 7 years ago by Felix Eckhofer <[email protected]>
Better document plugin config

Fixes #1391.

github.com/mkdocs/mkdocs - 1c80f6d6637cc4e471bc3f96c056e1d30e02b2bc authored almost 7 years ago by Waylan Limberg <[email protected]>
More complete .gitignore

github.com/mkdocs/mkdocs - 3f79e60fbda77b9e2e623c6e6791da6181a2c284 authored almost 7 years ago by Waylan Limberg <[email protected]>
Link to GitHub issues from release notes.

Uses the `mdx_gh_links` Markdown extension. Fixes #644.

github.com/mkdocs/mkdocs - 5ee6600c950deaf5ac2d8744f0aebb30e5b9f0af authored almost 7 years ago by Waylan Limberg <[email protected]>
Simplify path_2_url.

We don't need most of the functionality in pathname2url so we might as
well only use the part we...

github.com/mkdocs/mkdocs - fc0a36f752eda3682b160307b70cffa0ecba2254 authored almost 7 years ago by Waylan Limberg <[email protected]>
Refactor search plugin (#1418)

* Use a web worker in the browser with a fallback (fixes #859 & closes #1396).
* Optionally pre...

github.com/mkdocs/mkdocs - dd7e2d910bcc3339b51d8f9c18866d28e6a73b70 authored almost 7 years ago by Waylan Limberg <[email protected]>
Expand {sha} and {version} is user commit message (#1410)

github.com/mkdocs/mkdocs - 0dce2b2b9e8727938242011a9184a4be70d4f8ee authored almost 7 years ago by Anatoli Babenia <[email protected]>
Update release notes. (#1403)

github.com/mkdocs/mkdocs - a793eede8b069f5dd9882372813252a1aae567e7 authored almost 7 years ago by Waylan Limberg <[email protected]>
Update Tables documentation (#1361)

github.com/mkdocs/mkdocs - a63d885cc837ba2d2791b3aa748619a46b62b246 authored almost 7 years ago by Mario <[email protected]>
Compressed sitemap.xml (#1130)

github.com/mkdocs/mkdocs - a991b7a7e6a783991c0e96ebffde18b45ac23871 authored almost 7 years ago by David Hrbáč <[email protected]>
Defer scripts (#1380)

Currently, page rendering is delayed until all scripts are loaded. But these scripts are not ess...

github.com/mkdocs/mkdocs - 84f9d16b4fd9ce0861029fc405b6aacb03a429ed authored almost 7 years ago by Pierre Rudloff <[email protected]>
Add a title attribute to the search input

github.com/mkdocs/mkdocs - 00d0ab9228230873091ded85cb0ee4d3453c719d authored almost 7 years ago by Pierre Rudloff <[email protected]>
Update RespondJS to latest version (#1398)

Polyfill for media queries.
REF: https://github.com/scottjehl/Respond/releases

github.com/mkdocs/mkdocs - d9ced99099c5f69fc8060eed92626b1cfaaa4a3d authored almost 7 years ago by Christian Oliff <[email protected]>
Always load Google Analytics over HTTPS (#1397)

Is faster, safer and the recommended method by Google.

github.com/mkdocs/mkdocs - cc03d7666e03cb3a30d991b5936c534b85772653 authored almost 7 years ago by Christian Oliff <[email protected]>
Avoid `background-attachment: fixed` for better performance (#1395)

Fixes #1394.

github.com/mkdocs/mkdocs - 8a6d7f624fc4ee5102789b3afd5df50453364adf authored almost 7 years ago by Yeray Diaz Diaz <[email protected]>
Provide more version info. (#1393)

This should help when providing support to users with multiple Pythons
installed on their syste...

github.com/mkdocs/mkdocs - 462584f32842fb70847fe6764d7d4ba54509c3e6 authored almost 7 years ago by Waylan Limberg <[email protected]>
Refactor writing-your-docs.md (#1392)

Present the sections in a logical manner:

1. File Layout (where to save documents)
* Conf...

github.com/mkdocs/mkdocs - 4b8687eee736429cb502e1f6a5fac005ae7b2d3a authored almost 7 years ago by Waylan Limberg <[email protected]>
Workaround Safari bug when zooming to < 100% (#1389)

github.com/mkdocs/mkdocs - 62654167833391e84cc0520840789566f403653d authored almost 7 years ago by Yeray Diaz Diaz <[email protected]>
Remove addition of `clicky` class to body and animations. (#1387)

github.com/mkdocs/mkdocs - cd396ada133caa39542ef78d411ffa4e9c31bfd8 authored almost 7 years ago by Yeray Diaz Diaz <[email protected]>
Prevent reinjection of extra Javascript files on reload (#1388)

github.com/mkdocs/mkdocs - 47afdfd77ef5c1974ce563e33bab96b6c458f4f6 authored almost 7 years ago by Yeray Diaz Diaz <[email protected]>
Refactor `utils.copy_media_files` for more flexibility (#1370)

github.com/mkdocs/mkdocs - d00a8e52f5694889f9e9050f16b69a25dbdc2ca6 authored about 7 years ago by brandongc <[email protected]>
Document how to generate/install manpages. (#1302)

Fixes #686.

github.com/mkdocs/mkdocs - fc2f105bad486aa50af280a015d727bf4575296c authored about 7 years ago by Waylan Limberg <[email protected]>
change theme_dir to custom_dir

github.com/mkdocs/mkdocs - 8d4a883d8952f026d4e52f1a296d98a6d58a94ad authored about 7 years ago by Alexandre ZANNI <[email protected]>
Update Release Notes regarding Search plugin. (#1364)

Outline that the path where the search index is written to has changed slightly from `mkdocs/` t...

github.com/mkdocs/mkdocs - ab0b5824d063034dc029e411ed64f9d4841f1b20 authored about 7 years ago by Brendan Abbott <[email protected]>
Remove PyPI Deployment Docs.

PyPI's documentation hosting has been deprecated, and in fact, it
is no longer possable to uploa...

github.com/mkdocs/mkdocs - dfb50c9160fe53d6ed1a5839fad2d555ecf25003 authored about 7 years ago by Waylan Limberg <[email protected]>
Update Python-Markdown links.

Python-Markdown has moved its documentation to
https://python-markdown.github.io/. See Python-Ma...

github.com/mkdocs/mkdocs - b9b37491e9d693e93f65b00c16613a9611b36cbf authored about 7 years ago by Waylan Limberg <[email protected]>
Fix typo with plugins module name

github.com/mkdocs/mkdocs - 4c7c69cd3a4eb8c0fd2838e26f8f9031fe80f6cf authored about 7 years ago by Matthew Schmoyer <[email protected]>
Typo (#1357)

github.com/mkdocs/mkdocs - e46506b4ceccc52abea43f049cd851851ef09673 authored about 7 years ago by Robin Stevens <[email protected]>
Up version to 0.17.2. (#1350)

github.com/mkdocs/mkdocs - 269190c9aa18a33d397f424860fcf07bbfe96f0c authored about 7 years ago by Waylan Limberg <[email protected]>
Config docs should match YAML syntax (#1341)

github.com/mkdocs/mkdocs - 2990af2b63cc8891f470c64d753bb76894327543 authored about 7 years ago by Mahdi Majidzadeh <[email protected]>