summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-08-17 12:44:32 -0400
committerJordan Wiens <jordan@psifertex.com>2016-08-17 12:44:32 -0400
commit04ac36833afc8a2882aaadfe7864ebf3e416a178 (patch)
treea1e05a160848497c6acb862b663527c04c591199 /mkdocs.yml
parent5f444e5444cec4ff3f270e1ced16b60f00f57f9e (diff)
minor docs update with troubleshooting section
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'