mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
22 lines
746 B
YAML
22 lines
746 B
YAML
site_name: MkDocs
|
|
site_url: http://www.mkdocs.org/
|
|
site_description: Project documentation with Markdown.
|
|
|
|
repo_url: https://github.com/mkdocs/mkdocs/
|
|
|
|
pages:
|
|
- ['index.md', 'Home']
|
|
- ['user-guide/writing-your-docs.md', 'User Guide', 'Writing your docs']
|
|
- ['user-guide/styling-your-docs.md', 'User Guide', 'Styling your docs']
|
|
- ['user-guide/configuration.md', 'User Guide', 'Configuration']
|
|
- ['about/license.md', 'About', 'License']
|
|
- ['about/release-notes.md', 'About', 'Release Notes']
|
|
- ['about/contributing.md', 'About', 'Contributing']
|
|
|
|
markdown_extensions:
|
|
toc:
|
|
permalink: ""
|
|
|
|
copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
|
|
google_analytics: ['UA-27795084-5', 'mkdocs.org']
|