Files
mkdocs-quickstart/mkdocs.yml
2020-05-03 11:17:55 +02:00

17 lines
529 B
YAML

site_name: MkDocs Quickstart
# For SEO.
site_description: 'A concise recipe for setting up a MkDocs docs site on Github Pages'
nav:
- Home: index.md
- About MkDocs: about_mkdocs.md
- Tutorial:
- TL;DR: tldr.md
- Installation: installation.md
- Setup project: setup_project.md
- Advanced configuration: advanced.md
- Usage: usage.md
- Deploy: deploy.md
theme: readthedocs
# For adding Edit in Github button.
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/