mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-07-13 13:20:59 +02:00
Update mkdocs.yml
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
|||||||
site_name: MkDocs Quickstart
|
site_name: MkDocs Quickstart
|
||||||
# For SEO.
|
# For SEO.
|
||||||
site_description: 'A concise recipe for setting up a MkDocs docs site on Github Pages'
|
site_description: 'A concise recipe for setting up a MkDocs docs site on GitHub Pages'
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
@@ -12,7 +12,8 @@ nav:
|
|||||||
- Advanced: tutorial/advanced.md
|
- Advanced: tutorial/advanced.md
|
||||||
- Usage: tutorial/usage.md
|
- Usage: tutorial/usage.md
|
||||||
- Deploy: tutorial/deploy.md
|
- Deploy: tutorial/deploy.md
|
||||||
|
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
|
||||||
# For adding Edit in Github button.
|
# URL for the Edit in GitHub button.
|
||||||
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/
|
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/
|
||||||
|
|||||||
Reference in New Issue
Block a user