forked from Vector35/binaryninja-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.39 KB
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.39 KB
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
site_name: 'Binary Ninja Documentation'
site_url: 'https://docs.binary.ninja/'
repo_url: 'https://binary.ninja/'
repo_name: 'github'
site_description: 'Documentation for the Binary Ninja reverse engineering platform'
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'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: True
pages:
- Home: 'index.md'
- Getting Started Guide: 'getting-started.md'
- User Guide:
#- Installing: 'guide/installing.md'
#- Running: 'guide/running.md'
#- Interface: 'guide/interface.md'
#- Patching: 'guide/patching.md'
#- SCC: 'guide/scc.md'
#- Types Library: 'guide/type.md'
- Using and Writing Plugins: 'guide/plugins.md'
- 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:
- License: 'about/license.md'
- Open Source: 'about/open-source.md'
extra:
disablesearch: True
logo: 'images/logo.png'