summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index cfa1689d..1040aa75 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -20,7 +20,7 @@ markdown_extensions:
pages:
- Home: 'index.md'
- Getting Started Guide: 'getting-started.md'
- #- User Guide:
+ - User Guide:
#- Installing: 'guide/installing.md'
#- Running: 'guide/running.md'
#- Interface: 'guide/interface.md'
@@ -28,7 +28,7 @@ pages:
#- SCC: 'guide/scc.md'
#- Types Library: 'guide/type.md'
#- Using Plugins: 'guide/plugins.md'
- #- Troubleshooting: 'guide/troubleshooting.md'
+ - Troubleshooting: 'guide/troubleshooting.md'
- Developer Guide:
- Contributing Documentation: 'dev/documentation.md'
#- Plugin Design: 'dev/plugins.md'