-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (66 loc) · 1.7 KB
/
mkdocs.yml
File metadata and controls
71 lines (66 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Material for MkDocs - meshcore-bot documentation
site_name: Meshcore Bot Documentation
site_description: Documentation for the MeshCore bot and its services
site_url: https://agessaman.github.io/meshcore-bot/
repo_name: meshcore-bot
repo_url: https://github.com/agessaman/meshcore-bot
edit_uri: edit/main/docs/
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.integrate
- content.code.copy
plugins:
- search
- exclude:
glob:
- local/**
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
nav:
- Home: index.md
- Quick Start: getting-started.md
- Installation:
- Overview: installation.md
- Docker: docker.md
- Service: service-installation.md
- Configuration:
- Overview: configuration.md
- Path Command: path-command-config.md
- Config validation: config-validation.md
- Web Viewer: web-viewer.md
- Command Reference: command-reference.md
- Service Plugins:
- Overview: service-plugins.md
- Discord Bridge: discord-bridge.md
- Packet Capture: packet-capture.md
- Map Uploader: map-uploader.md
- Weather Service: weather-service.md
- Feed Management: feeds.md
- FAQ: faq.md
- Upgrade: upgrade.md