summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-04-17 19:14:56 -0400
committerJordan Wiens <jordan@psifertex.com>2017-04-17 19:14:56 -0400
commit435f5c45e9711953bea0a7c403b8e687987589b3 (patch)
tree91a94b6f3b4c2fea826ef72a338b6de283b8bb37
parent880138bf012f0bc145092efd37a6c3b77e8203fc (diff)
remove index.html from URLs
-rw-r--r--mkdocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 65ce6f5f..f328fe83 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,7 +6,8 @@ site_description: 'Documentation for the Binary Ninja reverse engineering platfo
site_author: 'Vector 35 LLC'
site_favicon: 'favicon.ico'
google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ]
-use_directory_urls: False
+use_directory_urls: True
+extra_css: ['docs.css']
theme_dir: 'mkdocs-material/material'
copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC'