Files
mkdocs-quickstart/mkdocs.yml
2020-05-02 22:23:59 +02:00

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/