summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-05-25 17:19:59 -0400
committerJordan Wiens <jordan@psifertex.com>2017-05-25 17:19:59 -0400
commitb7d7e9eb9c57fd421b29bcffbc4018d374db3ad2 (patch)
tree8235666c84e70d2505069d81ea804bc31efad3db
parentcf676d7dd533ab4d42e602f9451e3ae2093408ac (diff)
fix links in offline user documentation
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index b2f8b457..1a6f1d8f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,7 +6,7 @@ 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: True
+use_directory_urls: False
extra_css: ['docs.css?1492471077']
theme_dir: 'mkdocs-material/material'