-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (73 loc) · 2.07 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: 'Binary Ninja Sidekick User Documentation'
copyright: '© Copyright 2015-2025, Vector 35 Inc'
theme:
name: material
favicon: 'images/favicon.ico'
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: red
accent: grey
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: blue grey
toggle:
icon: material/toggle-switch
name: Switch to light mode
highlightjs: false
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 191 # ? / /
nav:
- Home: 'index.md'
- 'getting-started.md'
- User's Guide:
- Introduction: guide/intro.md
- Deep Analysis:
- Analysis Console: guide/analysis/analysis_console.md
- Analysis Indexes: guide/analysis/analysis_indexes.md
- Code Insight Map: guide/analysis/code_insight_map.md
- Smart Automation:
- Automation Workbench: guide/automation/automation_workbench.md
- Improved Decompilation:
- Decompilation Suggestions: guide/decompilation/suggestions.md
- Structure Recovery: guide/decompilation/structures.md
- Naming: guide/decompilation/naming.md
- Comments: guide/decompilation/comments.md
- Artifacts:
- Documentation: guide/artifacts/documentation.md
- Management:
- Change Log: guide/management/change_log.md
- "Known Issues":
- SKI-1: issues/ski-1.md
- SKI-2: issues/ski-2.md
- Reference:
- Binary Ninja Query Language: guide/analysis/bnql.md
- About:
- Sidekick: 'about/about.md'
- Legal Terms and Conditions: 'about/legal-terms-and-conditions.md'
- Open Source: 'about/open-source.md'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- toc:
permalink: True
extra_css:
- docs.css
extra:
version:
provider: mike
alias: true
default: latest