mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
17 lines
642 B
YAML
17 lines
642 B
YAML
site_name: MkDocs
|
|
site_url: http://www.mkdocs.org/
|
|
site_description: Project documentation with Markdown.
|
|
|
|
repo_url: https://github.com/tomchristie/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']
|
|
|
|
copyright: Copyright © 2014, <a href="https://twitter.com/_tomchristie">Tom Christie</a>.
|
|
google_analytics: ['UA-27795084-5', 'mkdocs.org']
|