diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-03-26 18:46:35 -0700 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-03-26 18:46:35 -0700 |
| commit | 3813004537f05133fc4bff09eefdf11723848ddf (patch) | |
| tree | c4f1da9fc8474f6332be25c500ff4030f92626e8 /mkdocs.yml | |
| parent | a8fc598fc81cbdc3392b39285c27c7140b768e33 (diff) | |
offline search in user guide and optional stats tracking for online docs
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,13 +4,14 @@ repo_url: 'https://binary.ninja/' repo_name: 'binary.ninja' site_description: 'Documentation for the Binary Ninja reverse engineering platform' site_author: 'Vector 35 Inc' -google_analytics: ['UA-72420552-3', 'docs.binary.ninja' ] -use_directory_urls: False +use_directory_urls: false 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: material + custom_dir: overrides favicon: 'img/favicon.ico' + font: false highlightjs: false palette: scheme: binja @@ -33,6 +34,7 @@ theme: plugins: - search + - offline markdown_extensions: - codehilite |
