summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-08-27 19:13:42 -0400
committerJordan Wiens <jordan@psifertex.com>2018-08-27 19:13:42 -0400
commit867353b827eabb294f1cc8d0d825669cf64b7138 (patch)
treefdef5687b3ce7941104e6fa31763c1b08d0d82aa /mkdocs.yml
parentcbdf8b6925dcf4b5fd29868797fe0195de5680ee (diff)
switch from mkdocs-material to a custom readthedocs style for user docs as well
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..4a62ac31 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?1535411024']
+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: