-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (49 loc) · 1.49 KB
/
Copy pathmkdocs.yml
File metadata and controls
51 lines (49 loc) · 1.49 KB
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
site_name: Colorado Mesh Client
repo_url: https://github.com/Colorado-Mesh/mesh-client
edit_uri: edit/main/docs/
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
nav:
- Home: index.md
- Engineering:
- Development Guide: development-environment.md
- Contributing: contributing.md
- Accessibility: accessibility-checklist.md
- CI/CD: ci-cd.md
- Release Process: release-process.md
- Localization: localization.md
- Key Backup & Crypto: key-backup-and-crypto.md
- Meshtastic Telemetry: meshtastic-telemetry-local-client.md
- Nomad Hosting Interop: nomad-hosting-interop.md
- Meshtastic & MeshCore Parity: meshcore-meshtastic-parity.md
- Reticulum: reticulum.md
- Reticulum Sidecar IPC: reticulum-sidecar-ipc.md
- LetsMesh MQTT Auth: letsmesh-mqtt-auth.md
- Support:
- Diagnostics: diagnostics.md
- Troubleshooting: troubleshooting.md
- Community:
- Discord: https://discord.com/invite/McChKR5NpS
- Website: https://coloradomesh.org/
- Project:
- License: license.md
- Credits: credits.md