Ecosyste.ms: OpenCollective

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

github.com/mkdocs/mkdocs

Project documentation with Markdown.
https://github.com/mkdocs/mkdocs

Bump version to 1.0.3.

6a57799769a885f7f68d6f0e9a52efa51bd455a2 authored over 6 years ago
Warn on relative paths in nav. (#1613)

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

9b116b5fbcfef00576b64a36f41083d38bd479b6 authored over 6 years ago
Fix typo

1739e708f54ac9e22a6c8bbc6bb2f3c4ee79c3c6 authored over 6 years ago
Remove reference to now deprecated template vars (#1610)

Fixes #1608.

f13bf0148a0e8ffa63667cccceb3033a79204a0f authored over 6 years ago
writing-your-docs.md: fix typo

c16ea3ae77d2f4c35369a64ec33667e65b4caac2 authored over 6 years ago
handle existing but empty theme_config.yml files correctly

c3bd87c00469fe85d46e6ed454594a2429a5e88b authored over 6 years ago
Dump version to 1.0.2

954b4cb0da9b9b38475bd8dfec2f481df902e6e8 authored over 6 years ago
Fix base_url in error pages. (#1599)

Closes #1598.

1a5c4a7f6cc9b38cfa390fa52e521fd85d08e42c authored over 6 years ago
Bump version to 1.0.1.

da3a252cde8252a441f97bcc43f98452fab48c41 authored over 6 years ago
Prevent pressing Enter in search box from reloading the page

7aaf5a685cc4e9be00a2c6ef5189dd4bc78e50f8 authored over 6 years ago
Avoid calling `search` until all assets, worker or otherwise, are ready

24d61cec137944c0bf1365204f3ed5e384f38584 authored over 6 years ago
Https link

074f11980297928a5ca1bf534f81d42f41377bb3 authored over 6 years ago
Exclude README.md if index.md is present. (#1582)

Also properly sort READMEs.

Fixes #1580

c872896c49fb7b7d26845e1c1cbb92ff6beb3096 authored over 6 years ago
Fix RTD Navigation bug.

Fixes #1575.

4076d7de433bd5bca8938283b8c9535d9333f6e3 authored over 6 years ago
markdownlint cleanup

8bd00d5f91ef754ac646d3048248251b6233bdf3 authored over 6 years ago
Upped version 1.0 Final!

1f41f33eaeadf4e42b0215628a4657511886ccea authored over 6 years ago
Add a ReadTheDocs yaml config file

a5420be30de83aa101cf363fcc6ed9812118dd4f authored over 6 years ago
Up version to 1.0rc1

30cdf59077c5a264218c0e69efe06cd700e8acc9 authored over 6 years ago
Use DEBUG log level for external links in nav.

Fixes #1564.

a11437e8cb1ca055a9fd5f9b3b5438cc4a17f476 authored over 6 years ago
Up version to 1.0b1

cd5c80375c6616fb52a1010bf21cd6fc7634c50e authored over 6 years ago
Losslessly optimize images with gulp-imagemin

Saved 197KB (38%)

6c097ecbdb4bd54859d797c93e6660c99dde97d3 authored over 6 years ago
HTTPS Links

b4b49a1f523797b84811fdc1f6e4e475b0d3ab83 authored over 6 years ago
HTTPS links to www.mkdocs.org (#1558)

39dc230b6dca43d74982fa5ca11b088588e69fbb authored over 6 years ago
Add hljs_style config to mkdocs theme.

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

06608e98a779cbcc4d037dcec6f25c9d2cc02499 authored over 6 years ago
HTTPS links (#1554)

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

8f94fa9b4d983f7172a41562493cf3f8f5899c23 authored over 6 years ago
Up version to 1.0a1

5ff7ee32fa68f81e56c0948053e7d478dbe0cc01 authored over 6 years ago
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...

19e24350f2b1182aa70d941e49f46d983518d4cc authored over 6 years ago
Set MarkdownLint list indent level to 4

5ebcb5d1cab0d2edfeb022a17936c64ad06c7974 authored over 6 years ago
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 ...

21449eeea8781e6f98d153239ece97dbe8a32ab4 authored over 6 years ago
Run Travis tests on PY37 rather than PY37-dev (#1547)

27f06517db4d8b73b162f2a2af65826ddcc8db54 authored over 6 years ago
User friendly YAML parse errors.

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

b89d309c5f779981bd188599818e4c6af8b78c6e authored over 6 years ago
Add official support for PY37. (#1545)

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

7c0d0b762451660622164b9e85ecff956a948075 authored over 6 years ago
theme_dir config fully Deprecated.

An error is now raised if the option is defined.

ad867796eb04358f060e12365268becddea5b583 authored over 6 years ago
Empty `extra_css` and `extra_javascript` settings no longer raise a warning.

This fully deprecates autopopulating those settings.

d0c67b849cd6f03cda87624eab93096e9bc41c9c authored over 6 years ago
Missing theme config file raises an error.

Previously a warning was raised and the build proceeded.

c99ea4e250379df3fc704ce1c917e4ce94d4ab3b authored over 6 years ago
Add support for YAML meta data. (#1542)

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

da92f72ec8683fdd27b7ce48c7863a33508b25d7 authored over 6 years ago
Include all blocks in base template: mkdocs theme.

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

5c261d250f78afcca5da88168c76a7bf4750ef44 authored over 6 years ago
Fix mkdocs theme TOC.

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

5223e274c106b4d8651b07be52b33c7adb0b397d authored over 6 years ago
Remove some unused code. (#1538)

These were some orphaned remnants from the pages refactor.

5e59af5ca3350fe2a5a555c0777940967a6b9fb4 authored over 6 years ago
Up version to 1.0.dev

And update release notes to include 0.17.5.

2f34aec1eb0f9351f1bd83f0ab2b33e6815ac09e authored over 6 years ago
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...

67630d888bf79ce467d1b8aedd2d0d66d9863cc7 authored over 6 years ago
Add a highlightjs config setting (#1533)

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

2e9de0a297e878ae19de69b4336aa37a4e1c23a9 authored over 6 years ago
Close search modal when result is selected.

Fixes #1527.

de576b03bd9a6e921c37d7f3eb60a40e1476d2ec authored over 6 years ago
Update documenation.

a1b26ebabea6ccf846ccc2f84aeaa7a1bdb9dc3c authored over 6 years ago
Add a url filter to templates.

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

decaf6141c90b0123a4b7f03ee839d0780570bc9 authored over 6 years ago
Exclude code block style from Markdownlint

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

6f3257cdd7abe6dc03a098f36336c45f9b7f4d02 authored over 6 years ago
Fix two typos in tempdir() docstring

3de09c93169d2fe36c3c2250df3a283733899932 authored over 6 years ago
Fix search result urls (#1523)

d161bcd1cf515a1172f4fe82575d947f8b984ab8 authored over 6 years ago
Use Unicode for server temp dir. (#1517)

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

0a2870749effe86568f81e904396c09978d58375 authored over 6 years ago
Document the builtin themes' lack of support for multi-level nav.

fb5abb05a70db5c650f625d5248e90318d2583c0 authored over 6 years ago
Add a level attribute to AnchorLinks.

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

fb9d9e36fbf665210b47c250952c3dbfd14eecae authored over 6 years ago
Document using custom domains with GitHub Pages.

Fixes #1496.

78ee87cc2e64c2fa2418311903d64166b26f237c authored over 6 years ago
Internal Refactor of Pages, Files, and Navigation (#1504)

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

34ef3ca6d0390959080ce93a695361eea1649272 authored over 6 years ago
Make the tests pass when git is not installed

3f0e4464a787ad5ce5a235d7ae988a2d8f53f077 authored over 6 years ago
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...

7dbcf9a22a1c59da1412a409fc6566064b24cfc7 authored over 6 years ago
Ensure name is provided in warning about deprecation.

34a579ec573ed83b293bd42e98fa847876534004 authored over 6 years ago
Add multi-level nesting support to sitemap.xml

Fixes #1481.

7e06ca68d100d27c0323a59a13a9a692c2ee537f authored over 6 years ago
Warn users deploying with older version. (#1467)

Fixes #640.

e5c2459fdf58e55237fef914ac67a968c68d2a3f authored almost 7 years ago
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...

ee37665418a8c1a20eff6041fe17d0d107dde07c authored almost 7 years ago
Update sitemap.xml (#1465)

Hide <lastmod/> when it nav_item.update_date empty

cfc688b1a07d483de5348d09fd04ec1a596dc5d2 authored almost 7 years ago
Ensure unrelated problems don't cause tests to fail.

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

5c644955e4ffc55e1d7e1c186158b16f5c8d21a6 authored almost 7 years ago
Improve Markdown extension error messages.

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

e57e2269d911c16cb8eb0598460cd50e6569a79f authored almost 7 years ago
Update Font Awesome to 4.7.0 (MkDocs Theme) (#1447)

Fixes #1438

d4c5832876accc7e59293852d86810585b97674c authored almost 7 years ago
Document deploying to GH User/Org Pages.

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

a43163fc8df0c27cdf8ba5c7138fffa1340e7d72 authored almost 7 years ago
Use .svg badges in README instead of .png (#1423)

d50468926f2cd1204d6aab0fc54e6b13c03b1591 authored almost 7 years ago
Paths in config file are relative to the config file. (#1376)

a3e60f138508485f63cab20047de0ba72f32b7e6 authored almost 7 years ago
Drop official support for Python 3.3.

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

d6449f90808b50979694a3e91b49b532f3bf785d authored almost 7 years ago
Noted support for python 3.6

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

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

fa4c7e5bb38b0b046b478cdda9dd3518ab434305 authored almost 7 years ago
Add .editorconfig (#1451)

f5fd2fa1bb08995f6f54d2bf9692d51b3403da6a authored almost 7 years ago
Update release-notes

Whoops, forgot to add this in 71ebf35.

35f6412b51d2a660d185584ee090e5733b27de3a authored almost 7 years ago
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...

71ebf353e6fe8827d8fb2d6c74a077f336782eca authored almost 7 years ago
Better document plugin config

Fixes #1391.

1c80f6d6637cc4e471bc3f96c056e1d30e02b2bc authored almost 7 years ago
More complete .gitignore

3f79e60fbda77b9e2e623c6e6791da6181a2c284 authored almost 7 years ago
Link to GitHub issues from release notes.

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

5ee6600c950deaf5ac2d8744f0aebb30e5b9f0af authored almost 7 years ago
Simplify path_2_url.

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

fc0a36f752eda3682b160307b70cffa0ecba2254 authored almost 7 years ago
Refactor search plugin (#1418)

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

dd7e2d910bcc3339b51d8f9c18866d28e6a73b70 authored almost 7 years ago
Expand {sha} and {version} is user commit message (#1410)

0dce2b2b9e8727938242011a9184a4be70d4f8ee authored almost 7 years ago
Update release notes. (#1403)

a793eede8b069f5dd9882372813252a1aae567e7 authored almost 7 years ago
Update Tables documentation (#1361)

a63d885cc837ba2d2791b3aa748619a46b62b246 authored about 7 years ago
Compressed sitemap.xml (#1130)

a991b7a7e6a783991c0e96ebffde18b45ac23871 authored about 7 years ago
Defer scripts (#1380)

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

84f9d16b4fd9ce0861029fc405b6aacb03a429ed authored about 7 years ago
Add a title attribute to the search input

00d0ab9228230873091ded85cb0ee4d3453c719d authored about 7 years ago
Update RespondJS to latest version (#1398)

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

d9ced99099c5f69fc8060eed92626b1cfaaa4a3d authored about 7 years ago
Always load Google Analytics over HTTPS (#1397)

Is faster, safer and the recommended method by Google.

cc03d7666e03cb3a30d991b5936c534b85772653 authored about 7 years ago
Avoid `background-attachment: fixed` for better performance (#1395)

Fixes #1394.

8a6d7f624fc4ee5102789b3afd5df50453364adf authored about 7 years ago
Provide more version info. (#1393)

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

462584f32842fb70847fe6764d7d4ba54509c3e6 authored about 7 years ago
Refactor writing-your-docs.md (#1392)

Present the sections in a logical manner:

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

4b8687eee736429cb502e1f6a5fac005ae7b2d3a authored about 7 years ago
Workaround Safari bug when zooming to < 100% (#1389)

62654167833391e84cc0520840789566f403653d authored about 7 years ago
Remove addition of `clicky` class to body and animations. (#1387)

cd396ada133caa39542ef78d411ffa4e9c31bfd8 authored about 7 years ago
Prevent reinjection of extra Javascript files on reload (#1388)

47afdfd77ef5c1974ce563e33bab96b6c458f4f6 authored about 7 years ago
Refactor `utils.copy_media_files` for more flexibility (#1370)

d00a8e52f5694889f9e9050f16b69a25dbdc2ca6 authored about 7 years ago
Document how to generate/install manpages. (#1302)

Fixes #686.

fc2f105bad486aa50af280a015d727bf4575296c authored about 7 years ago
change theme_dir to custom_dir

8d4a883d8952f026d4e52f1a296d98a6d58a94ad authored about 7 years ago
Update Release Notes regarding Search plugin. (#1364)

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

ab0b5824d063034dc029e411ed64f9d4841f1b20 authored about 7 years ago
Remove PyPI Deployment Docs.

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

dfb50c9160fe53d6ed1a5839fad2d555ecf25003 authored about 7 years ago
Update Python-Markdown links.

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

b9b37491e9d693e93f65b00c16613a9611b36cbf authored about 7 years ago
Fix typo with plugins module name

4c7c69cd3a4eb8c0fd2838e26f8f9031fe80f6cf authored about 7 years ago
Typo (#1357)

e46506b4ceccc52abea43f049cd851851ef09673 authored about 7 years ago
Up version to 0.17.2. (#1350)

269190c9aa18a33d397f424860fcf07bbfe96f0c authored about 7 years ago
Config docs should match YAML syntax (#1341)

2990af2b63cc8891f470c64d753bb76894327543 authored about 7 years ago