mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
90d871047843c260efea8cabb2dde1687a55b21d
nav.FileContext.make_absolute() is only used to compare links to entries in mkdocs.yml, so it makes sense for it to only use POSIX-style paths. Without this, the site fails to build because it checks for a Windows-style path in a list of POSIX paths in build.PathToURL.__call__(). This is the last change required to build the mkdocs site on Windows.
MkDocs
Project documentation with Markdown.
Background: https://groups.google.com/forum/#!topic/django-rest-framework/YJ6J3jocGlo
See in progress docs: www.mkdocs.org
Project roadmap: https://github.com/tomchristie/mkdocs/wiki
Description
Languages
Python
81%
JavaScript
13.4%
HTML
4.1%
CSS
1.5%

