-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
126 lines (111 loc) · 3.76 KB
/
mkdocs.yml
File metadata and controls
126 lines (111 loc) · 3.76 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Site Information
site_name: MeshMapper Wiki
site_url: https://meshmapper.net
site_description: Community-driven visualization and analytics platform for MeshCore LoRa mesh networks
edit_uri: ""
# Navigation Structure
nav:
- Home: index.md
- Getting Started:
- Onboarding New Regions: onboarding.md
- MeshMapper MQTT Setup:
- Overview: mqtt-main.md
- MeshCore Packet Capture: mqtt-python.md
- MeshCore-HA: mqtt-ha.md
- PyMC Repeater: mqtt-pymc.md
- Multiregions: multiregions.md
- Using the Map:
- Map Layers & Filters: layers.md
- Understanding Visuals: visuals.md
- Multi-Byte Repeaters: multibyte.md
- Duplicate Repeater IDs: duplicaterepeaterid.md
- Override Duplicate IDs: overrideduplicates.md
- Using the Mobile App:
- Overview: app_overview.md
- Getting Started: app_getting_started.md
- App Tabs: app_tabs.md
- Wardriving Modes: app_wardriving_modes.md
- Settings Reference: app_settings_reference.md
- Connection Guide: app_connection_guide.md
- How It Works: app_how_it_works.md
- Troubleshooting: app_troubleshooting.md
- Third Party API: app_third_party_api.md
- Community:
- Leaderboards & Statistics: leaderboards.md
- Profiles & Awards: awards.md
- Map Embedding: embedding.md
- Administration:
- Administrator List: administratorlist.md
- Admin Portal: admins.md
- Webhooks: webhooks.md
- Coverage API: coverage-api.md
- Data Upload: dataupload.md
- Support:
- Troubleshooting: troubleshooting.md
- Report Bugs & Features: reportbugs.md
- System Status: systemstatus.md
- Bot Commands: botcommands.md
- Wardriving App:
- Overview: app_overview.md
- Getting Started: app_getting_started.md
- App Tabs: app_tabs.md
- Wardriving Modes: app_wardriving_modes.md
- Settings Reference: app_settings_reference.md
- Connection Guide: app_connection_guide.md
- How It Works: app_how_it_works.md
- Troubleshooting: app_troubleshooting.md
- Release Notes:
- April 19, 2026: release-notes/260419.md
- April 9, 2026: release-notes/260409.md
- March 31, 2026: release-notes/260331.md
- March 25, 2026: release-notes/260325.md
- March 20, 2026: release-notes/260320.md
- March 17, 2026: release-notes/260317.md
- March 8, 2026: release-notes/260308.md
- March 6, 2026: release-notes/260306.md
- March 4, 2026: release-notes/260304.md
- February 27, 2026: release-notes/260227.md
- February 26, 2026: release-notes/260226.md
- February 25, 2026: release-notes/260225.md
- February 20, 2026: release-notes/260220.md
- February 19, 2026: release-notes/260219.md
- February 12, 2026: release-notes/260212.md
- February 9, 2026: release-notes/260209.md
- February 7, 2026: release-notes/260207.md
- February 5, 2026: release-notes/260205_2.md
- February 5, 2026: release-notes/260205.md
- February 4, 2026: release-notes/260204.md
- February 3, 2026: release-notes/260203_2.md
- February 3, 2026: release-notes/260203.md
- January 31, 2026: release-notes/260131_2.md
- January 31, 2026: release-notes/260131.md
- January 30, 2026: release-notes/260130.md
- January 29, 2026: release-notes/260129.md
- Frequently Asked Questions: faq.md
- Privacy Policy: privacy.md
# Theme Configuration
theme:
name: material
logo: assets/wardrive.png
favicon: assets/wardrive.png
palette:
scheme: slate
# Markdown Extensions
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- md_in_html
- pymdownx.blocks.caption
- toc:
permalink: true
# Plugins
plugins:
- search
- macros
- glightbox:
touchNavigation: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js