mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Revert to manually defining the Pages so we can order them
This commit is contained in:
16
mkdocs.yml
16
mkdocs.yml
@@ -4,10 +4,22 @@ site_description: Project documentation with Markdown.
|
||||
|
||||
repo_url: https://github.com/mkdocs/mkdocs/
|
||||
|
||||
pages:
|
||||
- Home: index.md
|
||||
- User Guide:
|
||||
- Writing Your Docs: user-guide/writing-your-docs.md
|
||||
- Styling Your Docs: user-guide/styling-your-docs.md
|
||||
- Configuration: user-guide/configuration.md
|
||||
- Deploying your docs: user-guide/deploying-your-docs.md
|
||||
- About:
|
||||
- Release Notes: about/release-notes.md
|
||||
- Contributing: about/contributing.md
|
||||
- License: about/license.md
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: ""
|
||||
permalink:
|
||||
- admonition:
|
||||
|
||||
copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>. Maintenance and development by <a href="http://www.dougalmatthews.com/">Dougal Matthews</a>
|
||||
copyright: Copyright © 2014 <a href="https://twitter.com/_tomchristie">Tom Christie</a>, <a href="http://www.dougalmatthews.com/">Dougal Matthews</a>.
|
||||
google_analytics: ['UA-27795084-5', 'mkdocs.org']
|
||||
|
||||
Reference in New Issue
Block a user