mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
16 lines
482 B
YAML
16 lines
482 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']
|
|
|
|
theme: 'mkdocs'
|
|
theme_center_lead: true
|