mirror of
https://github.com/yellowberryHN/redive.git
synced 2026-09-22 22:27:56 +03:00
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
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
|
|
- offline
|
|
- callouts
|
|
- i18n:
|
|
docs_structure: suffix
|
|
languages:
|
|
- locale: en
|
|
default: true
|
|
name: English
|
|
build: true
|
|
- git-revision-date-localized:
|
|
fallback_to_build_date: true
|
|
|
|
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
|