summaryrefslogtreecommitdiff
path: root/mkdocs-verify.yml
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-02-19 15:04:00 -0500
committerJordan Wiens <jordan@psifertex.com>2024-02-23 11:14:06 -0500
commit448f40be71dffa86a6581c3696627ccc1bdf74f2 (patch)
treecd79923c85986c0135b41eb7432e54218f1a56e5 /mkdocs-verify.yml
parent748c2295e31c03afa1d4b1b776a59f9fa9a48d34 (diff)
4.0 documentation
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
Diffstat (limited to 'mkdocs-verify.yml')
-rw-r--r--mkdocs-verify.yml87
1 files changed, 0 insertions, 87 deletions
diff --git a/mkdocs-verify.yml b/mkdocs-verify.yml
deleted file mode 100644
index df98dcb3..00000000
--- a/mkdocs-verify.yml
+++ /dev/null
@@ -1,87 +0,0 @@
-site_name: 'Binary Ninja User Documentation'
-site_url: 'https://docs.binary.ninja/'
-repo_url: 'https://binary.ninja/'
-repo_name: 'binary.ninja'
-site_description: 'Documentation for the Binary Ninja reverse engineering platform'
-site_author: 'Vector 35 Inc'
-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
- accent: red
- features:
- - navigation.tracking
- - navigation.tabs
- - navigation.sections
- - navigation.expand
- - navigation.prune
- - navigation.indexes
- - navigation.top
- shortcuts:
- help: 191 # ?
- next: 78 # n
- previous: 80 # p
- search: 191 # ? / /
-
- copyright: '(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) <a href="https://vector35.com/">Vector 35 Inc</a>'
-
-plugins:
- - search
- - offline
- - htmlproofer:
- enabled: True
-
-markdown_extensions:
- - codehilite
- - admonition
- - pymdownx.details
- - pymdownx.superfences
- - toc:
- permalink: True
-
-nav:
- - Home: 'index.md'
- - Getting Started: 'getting-started.md'
- #
- #- User Manual: 'guide/'
- #- Developer Guide: 'dev/'
- #- About: 'about/'
- - User Manual:
- - 'guide/index.md'
- - Plugins: 'guide/plugins.md'
- - Settings: 'guide/settings.md'
- - Types: 'guide/type.md'
- - C++ Types: 'guide/cpp.md'
- - Debug Info: 'guide/debuginfo.md'
- - Debugger: 'guide/debugger.md'
- - Objective-C (Experimental): 'guide/objectivec.md'
- - Troubleshooting: 'guide/troubleshooting.md'
- - Developer Guide:
- - 'dev/index.md'
- - Important Concepts: 'dev/concepts.md'
- - Applying Annotations: 'dev/annotation.md'
- - Cookbook: 'dev/cookbook.md'
- - Writing Plugins: 'dev/plugins.md'
- - Automation: 'dev/batch.md'
- - BNIL Guide&#58; Overview: 'dev/bnil-overview.md'
- - BNIL Guide&#58; LLIL: 'dev/bnil-llil.md'
- - BNIL Guide&#58; MLIL: 'dev/bnil-mlil.md'
- - Flag Guide: 'dev/flags.md'
- - Workflows: 'dev/workflows.md'
- - Creating Themes: 'dev/themes.md'
- - Contributing Documentation: 'dev/documentation.md'
- - About:
- - 'about/index.md'
- - License: 'about/license.md'
- - Open Source: 'about/open-source.md'
-
-extra:
- disablesearch: True
- logo: 'images/logo.png'