-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
58 lines (54 loc) · 1.34 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
site_name: reDIVE World
site_url: https://redive.world
site_description: Let's all DIVE again!
site_author: Yellow
repo_url: https://github.com/yellowberryHN/redive
theme:
name: material
custom_dir: overrides
navigation_depth: 3
palette:
primary: custom
accent: custom
scheme: slate
icon:
repo: fontawesome/brands/github-alt
features:
- navigation.sections
- navigation.expand
extra_css:
- css/extra.css
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
- offline
- callouts
markdown_extensions:
- callouts
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
nav:
- Home: index.md
- Info:
- "The DiVER's Guide": guide.md
- Guides:
- Test Menu: guide/test-menu.md
- Replacing LED Boards: guide/led-replace.md
- DIY LED Boards: guide/led-pcb.md
- ALLS Drive Imaging: guide/alls-image.md
- Custom LED Driver: guide/custom-led-driver.md
- Networking Guide: guide/router.md
- Accessory Guide: guide/accessories.md
- Custom Charts: guide/custom-charts.md
- WACVR Setup: guide/wacvr.md
- Specifications:
- Hardware: info/hardware.md
- Manuals: info/manual.md
- Tools:
- WACCA Launcher: launcher.md
- Reference:
- Table Map: info/data/tables.md