aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 17:32:44 +1100
committerAndy Taylor2018-01-30 17:32:44 +1100
commit8227871e904be8168e28331e205f0d59e7c044d9 (patch)
treec2c451129a4777bd5f9e90ea49359c892e0b8b48
parenta7818dedf230bca287c772efacd7572c52be2d8b (diff)
Set plugin list to null to disable search
-rw-r--r--mkdocs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 3af9eee..ee9fcd4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,6 +2,7 @@ site_name: gocryptfs
theme:
name: readthedocs
custom_dir: gocryptfs-readthedocs
+plugins: []
pages:
- Home: index.md
- Quickstart: quickstart.md