From 3813004537f05133fc4bff09eefdf11723848ddf Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 26 Mar 2023 18:46:35 -0700 Subject: offline search in user guide and optional stats tracking for online docs --- mkdocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 479d6bcc..4ef0662c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 -- cgit v1.3.1