diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-05-25 17:19:59 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-05-25 17:19:59 -0400 |
| commit | b7d7e9eb9c57fd421b29bcffbc4018d374db3ad2 (patch) | |
| tree | 8235666c84e70d2505069d81ea804bc31efad3db | |
| parent | cf676d7dd533ab4d42e602f9451e3ae2093408ac (diff) | |
fix links in offline user documentation
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
