mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
17 lines
529 B
YAML
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/
|