forked from hack-technicolor/hack-technicolor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (24 loc) · 729 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (24 loc) · 729 Bytes
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
site_name: Hacking Technicolor Gateways
repo_url: https://github.com/kevdagoat/hack-technicolor/
theme:
name: material
markdown_extensions:
- toc:
permalink:
- admonition
- def_list
- nl2br
extra_css:
- css/extra.css
plugins:
- search
nav:
- 'Home': 'index.md'
- 'Firmware Repository': 'Firmware Repository.md'
- 'Hack Type 1&2': 'Hack Type 1&2.md'
- 'Hardening Root Access': 'Hardening Root Access.md'
- 'Unlock Functionality': 'Unlock Functionality.md'
- 'Further Optimisaton': 'Further Optimisaton.md'
- 'Recovery': 'Recovery.md'
- 'Resources': 'Resources.md'
- 'Safe Firmware Upgrade': 'Safe Firmware Upgrade.md'