summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2018-08-28 17:19:32 -0400
committerRusty Wagner <rusty@vector35.com>2018-08-28 17:19:32 -0400
commit20e06506a3d96c7327ca5d729ab01e8c2a7cff3c (patch)
tree65880063ccbdcb45cc247a0138915d8560d2ec27 /mkdocs.yml
parent5841af2db8e8dcf4e0da0c438ac040c5fa90038b (diff)
parent426bb3d8b47b93658bf969c429a8b98adae13c30 (diff)
Merge branch 'dev' into test_stack_adjust
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml20
1 files changed, 15 insertions, 5 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index ce2753f3..3c136fb7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,15 +1,25 @@
-site_name: 'Binary Ninja Documentation'
+site_name: 'Binary Ninja User Documentation'
site_url: 'https://docs.binary.ninja/'
repo_url: 'https://binary.ninja/'
repo_name: 'github'
site_description: 'Documentation for the Binary Ninja reverse engineering platform'
site_author: 'Vector 35 LLC'
-site_favicon: 'favicon.ico'
google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ]
use_directory_urls: False
-extra_css: ['docs.css?1492471077']
+extra_css: ['docs.css?1535411025']
+theme:
+ name: readthedocs
+ favicon: 'img/favicon.ico'
+ highlightjs: true
+ hljs_languages:
+ - cpp
+ - python
+ shortcuts:
+ help: 191 # ?
+ next: 78 # n
+ previous: 80 # p
+ search: 191 # ? / /
-theme_dir: 'mkdocs-material/material'
copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC'
markdown_extensions:
@@ -18,7 +28,7 @@ markdown_extensions:
- toc:
permalink: True
-pages:
+nav:
- Home: 'index.md'
- Getting Started Guide: 'getting-started.md'
- User Guide: