mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
10 lines
310 B
YAML
10 lines
310 B
YAML
site_name: MkDocs Quickstart
|
|
site_description: 'A brief guide for setting up a MkDocs docs site on Github Pages'
|
|
nav:
|
|
- Home: index.md
|
|
- Setup and run: setup_and_run.md
|
|
- Tutorial: tutorial.md
|
|
- Deploy: deploy.md
|
|
theme: readthedocs
|
|
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/
|