summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorJon Palmisciano <jp@jonpalmisc.com>2022-06-01 07:40:47 -0400
committerJon Palmisciano <jp@jonpalmisc.com>2022-06-01 07:40:47 -0400
commitb79ee2f007f17d221b8788f54b5d28cd3b19b771 (patch)
tree1a1832098ce6f2e238862f08377751088208503a /mkdocs.yml
parent6df2db145bdcc7e541c71d5843d270ecebbd6143 (diff)
Tweak documentation CSS, reduce footprint
- Minified vendored Juxtapose dependency - Added missing margin below Juxtapose instances
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 0f92519e..aaf26ce4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,8 +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', 'github.min.css', 'juxtapose.css']
-extra_javascript: ['highlight.min.js', 'cpp.min.js', 'python.min.js', 'juxtapose.js']
+extra_css: ['docs.css', 'github.min.css', 'juxtapose.min.css']
+extra_javascript: ['highlight.min.js', 'cpp.min.js', 'python.min.js', 'juxtapose.min.js']
theme:
name: readthedocs
favicon: 'img/favicon.ico'