mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-05-03 03:52:42 +02:00
8 lines
164 B
YAML
8 lines
164 B
YAML
site_name: MkDocs Quickstart
|
|
nav:
|
|
- Home: index.md
|
|
- Setup and run: setup_and_run.md
|
|
- Tutorial: tutorial.md
|
|
- Deploy: deploy.md
|
|
theme: readthedocs
|