diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ site_name: gocryptfs -theme: readthedocs -theme_dir: xreadthedocs +theme: + name: readthedocs + custom_dir: gocryptfs-readthedocs +plugins: [] pages: - Home: index.md - Quickstart: quickstart.md |