forked from hack-technicolor/hack-technicolor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
63 lines (55 loc) · 1.9 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
site_name: Hacking Technicolor Gateways
site_url: https://hack-technicolor.rtfd.io
site_description: >-
Most Technicolor Gateways run customized firmware implementing ISP-specific integrations and get locked down
in functionality to match service requirements. This kind of sucks because if you decide to use this device with
a different ISP, you are likely to be blocked from doing that, or simply lose some functionality. That is the
motivation to hack the device and at least re-enable as many features as possible.
repo_name: hack-technicolor
repo_url: https://github.com/hack-technicolor/hack-technicolor/
theme:
name: material
custom_dir: docs/overrides
palette:
scheme: preference
static_templates:
- 404.html
features:
- navigation.instant
- navigation.sections
- navigation.tabs
#- header.autohide
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hack-technicolor
markdown_extensions:
- toc:
permalink:
- admonition
- def_list
- nl2br
- md_in_html
extra_css:
- css/extra.css
plugins:
- search
nav:
- 'Home': 'index.md'
- 'Hacking':
- 'Getting Started':
- 'Quick Start': 'QuickStart.md'
- 'Hacking Introduction': 'Introduction.md'
- 'Hacking Guide':
- 'Replacing Type 1': 'Hacking/Type1.md'
- 'Rooting Type 2': 'Hacking/Type2.md'
- 'Replacing Type 3': 'Hacking/Type3.md'
- 'Post-Root Procedures': 'Hacking/PostRoot.md'
- 'Firmware Repository': 'Repository.md'
- 'Other guides':
- 'Safe Firmware Upgrade': 'Upgrade.md'
- 'Safe Firmware Upgrade (U-boot bootloader)': 'Upgrade-pkgtb.md'
- 'Hardening Root Access': 'Hardening.md'
- 'Unlock Functionality': 'Unlock.md'
- 'Recovery': 'Recovery.md'
- 'Resources': 'Resources.md'