diff options
author | Andy Taylor | 2018-01-30 17:32:44 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-30 17:32:44 +1100 |
commit | 8227871e904be8168e28331e205f0d59e7c044d9 (patch) | |
tree | c2c451129a4777bd5f9e90ea49359c892e0b8b48 | |
parent | a7818dedf230bca287c772efacd7572c52be2d8b (diff) |
Set plugin list to null to disable search
-rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ site_name: gocryptfs theme: name: readthedocs custom_dir: gocryptfs-readthedocs +plugins: [] pages: - Home: index.md - Quickstart: quickstart.md |