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
github.com/mkdocs/mkdocs - 3ff094d510152567e77894acffe68e14d685448a authored about 7 years ago by Waylan Limberg <[email protected]>
The warning for missing files should only be issued if the config
setting is empty. The warning ...
github.com/mkdocs/mkdocs - 109e517f7f0d774f28149c8e376c7790e0015203 authored about 7 years ago by Waylan Limberg <[email protected]>
Also broke up `edit_uri` tests into individual methods and added a few
missing senarious. Fixes ...
This could be useful in templates. Fixes #1325.
github.com/mkdocs/mkdocs - fd0428543225f6fe5795b294235b12c540092aad authored about 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 84ccafce221ee78cc4ff75c016798a92fc955ed6 authored about 7 years ago by Waylan Limberg <[email protected]>
Added theme customization settings to the search plugin:
* include_search_page: Determines whet...
github.com/mkdocs/mkdocs - 3f2ad4977f1dca9c98dc680051e8101c94ed614e authored about 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 886e0074d073e3b9de5022b2f4984417e4216c62 authored about 7 years ago by Waylan Limberg <[email protected]>
When serving locally, the `site_url` actually is the `dev_addr`, so the
config should relfect th...
Also made a couple adjustments to "documented" Python versions.
github.com/mkdocs/mkdocs - d393158445d72f2121ba49dffd94aa026db475ea authored about 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 4b8626c16680efde5acb7962d9fce3c190903b4f authored about 7 years ago by Waylan Limberg <[email protected]>
* Improve documentation and ensure it matches actual behavior.
* Use `page.edit_url` not `config...
Theme shows either a repo link or an edit link depending on whether
`edit_uri` is set. Also clar...
Added last missing item in list of changes.
Changed version from 1.0.0 to 0.17.0 as that will...
github.com/mkdocs/mkdocs - 84906a7a6c936719539339b2f46658c1a561527f authored about 7 years ago by Waylan Limberg <[email protected]>This partially reverts commit f90c44a20d12635db83021ebd11c31bbac4e28d3.
The behavior is still d...
github.com/mkdocs/mkdocs - b5f33bf1eaf4201e94a935429ad3fd8787d4b639 authored about 7 years ago by Waylan Limberg <[email protected]>
Python simply discards the BOM with `utf-8-sig`. This way, users of
Microsoft text editors can h...
Maintains better backward-compatability. Documentation updated, including
how to override the de...
github.com/mkdocs/mkdocs - 66a282c44c75676b9eea856e61fcfbaabfb7c3a4 authored over 7 years ago by Waylan Limberg <[email protected]>
* pip is already installed by default. No need to install it manually, which was causing an erro...
github.com/mkdocs/mkdocs - 1074c91aa52604f4b923744a6e4ba3e0ed4241a7 authored over 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 5bdd4a62a87f198bc0e2c7959b7b8707ab1cbfd0 authored over 7 years ago by Philippe Ivaldi <[email protected]>
github.com/mkdocs/mkdocs - 9f5365a496834f6f3696678fae50419c569b55cf authored over 7 years ago by Michael Reinhardt <[email protected]>
github.com/mkdocs/mkdocs - fe2ffc57a440d922a683767a977b37c50836aeba authored over 7 years ago by Frank Sachsenheim <[email protected]>
This allows to override the loading of source files,
e.g. to fetch it from a remote location or ...
MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Close...
github.com/mkdocs/mkdocs - a0e7f17488797304e3c58ad51102bdbd460c680f authored over 7 years ago by Frank Sachsenheim <[email protected]>
Related to #1168.
github.com/mkdocs/mkdocs - 6b1f014c2ac3a96926427b52ff87fc9a41e29810 authored over 7 years ago by Waylan Limberg <[email protected]>Also retains all errors of a plugin config.
github.com/mkdocs/mkdocs - 34cb58c12452d6e20082ea14d64e982af0c8cd2b authored over 7 years ago by Frank Sachsenheim <[email protected]>github.com/mkdocs/mkdocs - 39c81b8a8807b368154a9364efc335944ddf1e9a authored over 7 years ago by Frank Sachsenheim <[email protected]>
See the included documentation for a full explanation of the API.
Search has been removed and w...
github.com/mkdocs/mkdocs - ffae0ef89c5ab1ec86586f7bf4da97011fa7711f authored over 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 8af4b64435d2581bea8104be9683d348b723a984 authored over 7 years ago by Waylan Limberg <[email protected]>
Related to #1168.
github.com/mkdocs/mkdocs - 74980574a9de98d79b2bb4c19bb23cdb3ad003c3 authored over 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 82b4b1954d9f3370b490056e7fdcd90ceb1d92b3 authored over 7 years ago by kylegregory <[email protected]>
Themes now have `theme` objects, and theme specific configs.
Themes can inherit from other theme...
github.com/mkdocs/mkdocs - 7985c72c2eaadd7dfd98a2c629d46d7ca0279181 authored over 7 years ago by Waylan Limberg <[email protected]>
All Markdown handling is now contained within the `Page` object, which
external code no longer n...
Related to #1168.
github.com/mkdocs/mkdocs - b4cc6c33674b1253a7f05bfa2fc366b9a22fe6bd authored over 7 years ago by Waylan Limberg <[email protected]>Related to #1168.
github.com/mkdocs/mkdocs - db56c737955b42059f46ca273405241fc99f9029 authored over 7 years ago by Waylan Limberg <[email protected]>Closes #481.
github.com/mkdocs/mkdocs - 99936b803b3003004383901272f1626890ea5aa5 authored over 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 9e051a3636939cfa7e7b3ed6848cec1a32ac1ae4 authored over 7 years ago by Waylan Limberg <[email protected]>
This option type can be used to validate that a specified
file exists.
github.com/mkdocs/mkdocs - 931e8d0ab8795756c5640c18f73eb84924b0d9b7 authored over 7 years ago by Waylan Limberg <[email protected]>
This can be used for a sequence of SubConfigs.
github.com/mkdocs/mkdocs - e76836e1a4ae3e7e254d99a6148a9d234b67cedf authored over 7 years ago by Frank Sachsenheim <[email protected]>
- makes events available in a module constant
- can be used by plugins for inspection
- ensure...
github.com/mkdocs/mkdocs - f90c44a20d12635db83021ebd11c31bbac4e28d3 authored over 7 years ago by Waylan Limberg <[email protected]>
github.com/mkdocs/mkdocs - a95c35458f45708359ec5478239aa1052c4bc8f2 authored over 7 years ago by Frank Sachsenheim <[email protected]>
github.com/mkdocs/mkdocs - 2b0690d6df4bf1ed0bb99ed6bd7c0f7cdb0c097a authored over 7 years ago by Frank Sachsenheim <[email protected]>
github.com/mkdocs/mkdocs - ca36f0c3413cf67b7ea502afa82f73763a5b5426 authored over 7 years ago by Scott Radvan <[email protected]>
In various stages of a build, a new file may overwrite a previously written
file (for example to...
get_pip.py already installs setuptools and ez_setup.py is deprecated.
github.com/mkdocs/mkdocs - b8123ffb86da6c2eef114db0c2eea7c6315a281a authored over 7 years ago by Waylan Limberg <[email protected]>
Account for edit_uri being None. And move handling to config validation rather than
revalidati...
Refactor .travis.yml to use matrix.
Travis-CI no longer installs all supported Python version...
github.com/mkdocs/mkdocs - 74660b8254573feb77a926f279bb43226eb47f3e authored over 7 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - e59e8760154488382ec3068379062968812cb2bd authored over 7 years ago by euvbonk <[email protected]>
Ensure reasonable error messages are returned on bad input.
This validates everything except th...
github.com/mkdocs/mkdocs - 46a382d82944b8951038481d2afe6bee19bf156f authored over 7 years ago by Waylan Limberg <[email protected]>In win32 the routes uses backslashes (e.g. level1\level2\index.md) instead of slashes (level1/le...
github.com/mkdocs/mkdocs - 38a0579b34399407d6bceda5661cac0870d1efdc authored over 7 years ago by Sergio Sisternes <[email protected]>github.com/mkdocs/mkdocs - aa9a2fdcead6881f8717fdef5899e564ed6166b8 authored over 7 years ago by Oscar Vasquez <[email protected]>
Not sure where it was getting it's number from, but I know PyPI has deprecated that interface, a...
github.com/mkdocs/mkdocs - 852401467ace4fc656d29a07536a647237037f3b authored almost 8 years ago by Tom Christie <[email protected]>fix the link to Tom Christie in the copyright notice
github.com/mkdocs/mkdocs - bfddb794b47c52e6c9c5d1441fb3695992ccdf60 authored almost 8 years ago by Tom Christie <[email protected]>github.com/mkdocs/mkdocs - 2e07efacacccbddd59d7d7f53137a44aeba5bab2 authored almost 8 years ago by Nick Volynkin <[email protected]>
s/hompage/homepage
github.com/mkdocs/mkdocs - bf4938d5b995260ace1e4b38d069ec07730a8aef authored almost 8 years ago by Georgii Staroselskii <[email protected]>github.com/mkdocs/mkdocs - b3ca24234b5cbd29d401dd8477fe0d9a7c8f48a4 authored almost 8 years ago by Sebastian Raschka <[email protected]>
github.com/mkdocs/mkdocs - f8c3433b3dc691574d6e14de92ffddb03937e3eb authored almost 8 years ago by Waylan Limberg <[email protected]>
Fixes a JavaScript error when looking for a current page in the TOC
when there is not a current...
github.com/mkdocs/mkdocs - 4769f0054e8722d713bea50a6544d401be1b127b authored almost 8 years ago by Waylan Limberg <[email protected]>
Fixes #1184
github.com/mkdocs/mkdocs - 59026644f12abd62dc6834e6fc77941a895d5f50 authored almost 8 years ago by Terrell Russell <[email protected]>github.com/mkdocs/mkdocs - 82bcdbab69defb6eb8a2f68562cc52e2f2081665 authored almost 8 years ago by John Kerssens <[email protected]>
This fixes a regression caused by efbc78922dc379cecc95beef8d7e1badc49959a2 (#1141).
github.com/mkdocs/mkdocs - 199195b0fe796ed381bf72789a2857b8a31962c5 authored almost 8 years ago by Jeffrey Tolar <[email protected]>github.com/mkdocs/mkdocs - 8c9773dc36d479a10ed5f2b08198f8dfefdfada0 authored almost 8 years ago by Waylan Limberg <[email protected]>
As neither setting can point at a child dir of the other, "/" would be an
invalid value for eith...
github.com/mkdocs/mkdocs - 7a8159738f1ab253aa899bb0dcb2ffb477611df1 authored almost 8 years ago by Waylan Limberg <[email protected]>
Related to #1011. This test should have been added when PR #1012 was committed.
github.com/mkdocs/mkdocs - 3833627886437381670017ac8998c475ae190b78 authored almost 8 years ago by Waylan Limberg <[email protected]>Fix spelling
github.com/mkdocs/mkdocs - 571bbbfb91eba00136f2b4e2131f1f2fc759b015 authored almost 8 years ago by Dougal Matthews <[email protected]>github.com/mkdocs/mkdocs - 48ad73c64be49899de7e2cffae575fe13fc0374c authored almost 8 years ago by Itamar Ostricher <[email protected]>
Fix spelling
github.com/mkdocs/mkdocs - 7805631c4ef30d11172e5a53f4400b6785d42ca0 authored almost 8 years ago by Dougal Matthews <[email protected]>github.com/mkdocs/mkdocs - b16dfa6d364ac9f975aa5818671a401b07020ea6 authored almost 8 years ago by Itamar Ostricher <[email protected]>
github.com/mkdocs/mkdocs - 58441f368b915c21a74eddacddd3bf3159234a40 authored almost 8 years ago by Waylan Limberg <[email protected]>
* Fix a nested `<li>` bug.
* More closely replicate nesting of the Sphinx theme nav (related to ...
This built upon previous code so that when the scrollbar is viable the bottom arrow is not cover...
github.com/mkdocs/mkdocs - f6627d2c55aae4f721ec7f8fd18752a241951699 authored almost 8 years ago by SquareWaffles <[email protected]>Added override for the mobile TOC to be "height:100%" so it does not account for the previous/ne...
github.com/mkdocs/mkdocs - f8ad209668cd6c5bba527ef6203656070a85732c authored almost 8 years ago by SquareWaffles <[email protected]>GitHub link was not showing. Found out that the class name should be "fa fa-github".
github.com/mkdocs/mkdocs - 1cd133d28acfaa9a2401325717a996a5090da250 authored almost 8 years ago by SquareWaffles <[email protected]>The code is a copy of code posed on Jan 10, 2017 on issue 803. This just incorporates the auto ...
github.com/mkdocs/mkdocs - 567dcb7d7264f33d9aa981d50e3b22381378e7b7 authored almost 8 years ago by SquareWaffles <[email protected]>github.com/mkdocs/mkdocs - 590ae3114d3e6ecfdf305d291cb5278fac102d8b authored almost 8 years ago by Kevin J. Qiu <[email protected]>
Fixes #1040.
* review comments
github.com/mkdocs/mkdocs - 5b9e3d836692d36756fd240b9599c58039b4b822 authored almost 8 years ago by Akhil Lawrence <[email protected]>
Also maintain pattern of ending urls with a slash in nav (all non-error pages
do so the error p...
This ensures older pyinotify versions don't break the livereload server.
Fixes #1106.
Bump the version and add release notes
github.com/mkdocs/mkdocs - 678281773c282ef4848961f6092b55d0841627fc authored about 8 years ago by Dougal Matthews <[email protected]>github.com/mkdocs/mkdocs - f5e9339579ca18f697a5a8fdae5058dbb40cd41e authored about 8 years ago by Dougal Matthews <[email protected]>
Previously, all installed themes were "loaded" each time the CLI
was run. Now, only the names a...
See: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/config/defaults.py#L119
github.com/mkdocs/mkdocs - ecc0550c7110649d94d874ccff7efa69907de35b authored about 8 years ago by Dougal Matthews <[email protected]>Allow pypy3 failures for now
github.com/mkdocs/mkdocs - 19917def3a311e5007673cdf0ec973ac939b12cc authored about 8 years ago by Dougal Matthews <[email protected]>It seems that the pypy3 version is old and pip no longer supports it. We can maybe remove this e...
github.com/mkdocs/mkdocs - 7d76bef77e2454c02e377618be52a957524eb113 authored about 8 years ago by Dougal Matthews <[email protected]>Fixes #1089.
github.com/mkdocs/mkdocs - 3a616e0de6d5dfeac73d99d4253ce2c40087b25a authored about 8 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - b84443a36562cf6aa2068d8c7cb3eaadb51a0046 authored about 8 years ago by Pascal Berger <[email protected]>
Flake8 Cleanup.
github.com/mkdocs/mkdocs - e08e66aa4cf8aebc432f84baba7de9a70e2aa208 authored about 8 years ago by Waylan Limberg <[email protected]>
Newly released Fake8 version 3.2.0 resulted in a few previously missed
errors being reported for...
fix name of license file in manifest
github.com/mkdocs/mkdocs - 6a6cf841a5cdcdc91f52999d59c8905209d091cb authored about 8 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - 106a90a4f5dba14a0ad4f99b38ed4ab82a8b1469 authored about 8 years ago by Carl George <[email protected]>
Remove link added twice
github.com/mkdocs/mkdocs - f063970870c06a191a05ee4f2fae05b3835a8aeb authored about 8 years ago by Waylan Limberg <[email protected]>github.com/mkdocs/mkdocs - f4846d197a9fcde47b84b5a029fa4c2d911d3fd9 authored about 8 years ago by Pascal Berger <[email protected]>
Bumping the Mkdocs Version to roll a release
github.com/mkdocs/mkdocs - cbac6e161b99f08f64adca2f6695fb4c749c871d authored about 8 years ago by Dougal Matthews <[email protected]>github.com/mkdocs/mkdocs - 088828b227d9210430474cc293fca99a268e3a79 authored about 8 years ago by Dougal Matthews <[email protected]>