mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
22 lines
552 B
YAML
22 lines
552 B
YAML
### Site metadata ###
|
|
|
|
site_name: MkDocs Quickstart
|
|
site_description: Starter template for a MkDocs docs site on GH Pages - including CI
|
|
|
|
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart
|
|
|
|
### Build settings ###
|
|
|
|
theme: readthedocs
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- About MkDocs: about-mkdocs.md
|
|
- Tutorial:
|
|
- TL;DR: tutorial/tldr.md
|
|
- Installation: tutorial/installation.md
|
|
- Set up project: tutorial/setup-project.md
|
|
- Advanced: tutorial/advanced.md
|
|
- Usage: tutorial/usage.md
|
|
- Deploy: tutorial/deploy.md
|