summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-30 04:54:37 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-30 04:54:37 -0400
commit26fe8c9d342dc580eb6f7f725af4db6c781ac4e2 (patch)
tree0e401c0f46a4571843a9bf584a2aa43959a0e2cb
parent9651e1af947b34a7664f972a1a9fcb720d473a6e (diff)
comment out developer guides
-rw-r--r--mkdocs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index b7be3e5a..ce3c0cfa 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -29,8 +29,8 @@ pages:
#- Troubleshooting: 'guide/troubleshooting.md'
- Developer Guide:
- Contributing Documentation: 'dev/documentation.md'
- - Plugin Design: 'dev/plugins.md'
- - API: 'dev/api.md'
+ #- Plugin Design: 'dev/plugins.md'
+ #- API: 'dev/api.md'
- About:
- License: 'about/license.md'
- Open Source: 'about/open-source.md'