-
Notifications
You must be signed in to change notification settings - Fork 69
/
mkdocs.yml
34 lines (34 loc) · 1.11 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
site_name: airbreak
repo_url: https://github.com/osresearch/airbreak/
edit_uri: ""
theme:
name: material
custom_dir: docs/custom/
logo: images/logo.png
palette:
primary: indigo
accent: purple
extra_css: [extra.css]
markdown_extensions:
- admonition
plugins:
- search # necessary for search to work
- git-revision-date-localized
site_favicon: favicon.ico
nav:
- Guide:
- Airbreak Overview: 'index.md'
- Disassembly: 'disassembly.md'
- Firmware: 'firmware.md'
- Evaluation: 'evaluation.md'
- Information:
- Hardware:
- Airsense S10 Hardware: 'info/hardware.md'
- Pinouts: 'info/pinouts.md'
- Useful Test Points: 'info/testpoints.md'
- Software:
- OpenOCD Scripts: 'info/tcl.md'
- Windows Setup Instructions: 'info/windows.md'
- Firmware:
- Documentation: 'info/firmware-docs.md'
- Development: 'info/extensions.md'