File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,52 @@ site_name: Roborock Local Server
22
33theme :
44 name : material
5+ palette :
6+ - media : " (prefers-color-scheme: light)"
7+ scheme : default
8+ primary : teal
9+ accent : teal
10+ toggle :
11+ icon : material/brightness-7
12+ name : Switch to dark mode
13+ - media : " (prefers-color-scheme: dark)"
14+ scheme : slate
15+ primary : teal
16+ accent : teal
17+ toggle :
18+ icon : material/brightness-4
19+ name : Switch to light mode
20+ features :
21+ - navigation.instant
22+ - navigation.tracking
23+ - navigation.sections
24+ - navigation.top
25+ - content.code.copy
26+ - toc.follow
27+
28+ markdown_extensions :
29+ - admonition
30+ - pymdownx.details
31+ - pymdownx.superfences
32+ - pymdownx.highlight :
33+ anchor_linenums : true
34+ - pymdownx.inlinehilite
35+ - tables
36+ - attr_list
37+ - toc :
38+ permalink : true
539
640nav :
741 - Home : index.md
8- - Installation : installation.md
9- - Cloudflare setup : cloudflare_setup.md
10- - Onboarding : onboarding.md
11- - Home Assistant : home_assistant.md
12- - Using the Roborock App : roborock_app.md
13- - Tested Vacuums : tested_vacuums.md
14- - Custom MQTT : custom_mqtt.md
15- - Custom certificate management : custom_cert_management.md
42+ - Getting Started :
43+ - Installation : installation.md
44+ - Cloudflare Setup : cloudflare_setup.md
45+ - Onboarding : onboarding.md
46+ - Integrations :
47+ - Home Assistant : home_assistant.md
48+ - Using the Roborock App : roborock_app.md
49+ - Reference :
50+ - Tested Vacuums : tested_vacuums.md
51+ - Custom MQTT : custom_mqtt.md
52+ - Custom Certificate Management : custom_cert_management.md
53+ - Technical Writeup : technical_writeup.md
You can’t perform that action at this time.
0 commit comments