diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:14:56 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-04-17 19:14:56 -0400 |
| commit | 435f5c45e9711953bea0a7c403b8e687987589b3 (patch) | |
| tree | 91a94b6f3b4c2fea826ef72a338b6de283b8bb37 | |
| parent | 880138bf012f0bc145092efd37a6c3b77e8203fc (diff) | |
remove index.html from URLs
| -rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |
