summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-03-29 18:23:32 -0400
committerJordan Wiens <jordan@psifertex.com>2020-04-28 04:21:17 -0400
commit01893c83f829e4902a5bd288fd58ad35d4ffa4f2 (patch)
tree5de831b7010beb8a870288ec2643eb4874465566 /mkdocs.yml
parent68a9e96c98dbed4e4154a13ffec7b9c94876661a (diff)
testing a new javascript slideshow and updated type system guide, needs tweaks still
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index aaf04e1e..6031e52d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,7 +6,8 @@ site_description: 'Documentation for the Binary Ninja reverse engineering platfo
site_author: 'Vector 35 Inc'
google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ]
use_directory_urls: False
-extra_css: ['docs.css?1535411025']
+extra_css: ['docs.css?1585271138','lightslider.min.css?1585271138']
+extra_javascript: ['lightslider.min.js?1585271138']
theme:
name: readthedocs
favicon: 'img/favicon.ico'
@@ -37,9 +38,9 @@ nav:
#- Interface: 'guide/interface.md'
#- Patching: 'guide/patching.md'
#- SCC: 'guide/scc.md'
- #- Types Library: 'guide/type.md'
- Using and Writing Plugins: 'guide/plugins.md'
- Troubleshooting: 'guide/troubleshooting.md'
+ - Working with Types: 'guide/type.md'
- Developer Guide:
- Contributing Documentation: 'dev/documentation.md'
- BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'