summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-07-04 00:15:44 -0400
committerJordan Wiens <jordan@psifertex.com>2017-07-04 00:15:44 -0400
commite5be1fc1b4f36a62226e00fa03a2726779026a3b (patch)
treead39dd4f72306f57f978b05afbc2a103feb24a61 /mkdocs.yml
parentf548d07f5b9f172c9ad089f62751ecd0c5cdc630 (diff)
initial plugin using writing documentation
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 1a6f1d8f..ce2753f3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -28,7 +28,7 @@ pages:
#- Patching: 'guide/patching.md'
#- SCC: 'guide/scc.md'
#- Types Library: 'guide/type.md'
- #- Using Plugins: 'guide/plugins.md'
+ - Using and Writing Plugins: 'guide/plugins.md'
- Troubleshooting: 'guide/troubleshooting.md'
- Developer Guide:
- Contributing Documentation: 'dev/documentation.md'