diff options
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ 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'] theme_dir: 'mkdocs-material/material' copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 LLC' @@ -31,6 +32,7 @@ pages: - Troubleshooting: 'guide/troubleshooting.md' - Developer Guide: - Contributing Documentation: 'dev/documentation.md' + - BNIL Guide: LLIL: 'dev/bnil-llil.md' #- Plugin Design: 'dev/plugins.md' #- API: 'dev/api.md' - About: |
