diff options
| author | Jon Palmisciano <jp@jonpalmisc.com> | 2022-06-01 07:40:47 -0400 |
|---|---|---|
| committer | Jon Palmisciano <jp@jonpalmisc.com> | 2022-06-01 07:40:47 -0400 |
| commit | b79ee2f007f17d221b8788f54b5d28cd3b19b771 (patch) | |
| tree | 1a1832098ce6f2e238862f08377751088208503a /mkdocs.yml | |
| parent | 6df2db145bdcc7e541c71d5843d270ecebbd6143 (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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
