Skip to content

Commit 36b07c2

Browse files
committed
Update Nav
1 parent e1b1aa2 commit 36b07c2

2 files changed

Lines changed: 31 additions & 30 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: 3.x
18+
- run: pip install -r requirements.txt
1819
- run: pip install mkdocs-material
1920
- run: mkdocs gh-deploy --force --config-file mkdocs.yml

mkdocs.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@ theme:
2323
toggle:
2424
icon: material/weather-night
2525
name: Switch to light mode
26-
nav:
27-
- Home: index.md
28-
- Smart Home:
29-
- Overview: smart-home/index.md
30-
- Configuration & Structure: smart-home/structure.md
31-
- Automations: smart-home/automations.md
32-
- Dashboards: smart-home/dashboards/index.md
33-
- Frigate NVR: smart-home/frigate_nvr.md
34-
- Packages:
35-
- Airthings: smart-home/packages/airthings.md
36-
- Aqara W500: smart-home/packages/aqara_w500.md
37-
- Car: smart-home/packages/car.md
38-
- Dishwasher: smart-home/packages/dishwasher.md
39-
- DNA TV Hub: smart-home/packages/dna_tv_hub.md
40-
- Fingerprint Mgmt: smart-home/packages/fingerprint_management.md
41-
- Garmin: smart-home/packages/garmin.md
42-
- Home Time Modes: smart-home/packages/home_time_modes.md
43-
- Nordpool Prices: smart-home/packages/nordpool_prices.md
44-
- Office PC: smart-home/packages/office_pc.md
45-
- Philips Air Purifier: smart-home/packages/philips_air_purifier.md
46-
- Room Automation: smart-home/packages/room_automation.md
47-
- Scenes: smart-home/packages/scenes.md
48-
- Shelly 3EM: smart-home/packages/shelly_3em.md
49-
- Smart Notifications: smart-home/packages/smart_notifications.md
50-
- Home Lab: home-lab/index.md
51-
- Network: network/index.md
52-
- System Architecture: system_manual/architecture.md
53-
- System Manual: system_manual/setup_guide.md
26+
#nav:
27+
# - Home: index.md
28+
# - Smart Home:
29+
# - Overview: smart-home/index.md
30+
# - Configuration & Structure: smart-home/structure.md
31+
# - Automations: smart-home/automations.md
32+
# - Dashboards: smart-home/dashboards/index.md
33+
# - Frigate NVR: smart-home/frigate_nvr.md
34+
# - Packages:
35+
# - Airthings: smart-home/packages/airthings.md
36+
# - Aqara W500: smart-home/packages/aqara_w500.md
37+
# - Car: smart-home/packages/car.md
38+
# - Dishwasher: smart-home/packages/dishwasher.md
39+
# - DNA TV Hub: smart-home/packages/dna_tv_hub.md
40+
# - Fingerprint Mgmt: smart-home/packages/fingerprint_management.md
41+
# - Garmin: smart-home/packages/garmin.md
42+
# - Home Time Modes: smart-home/packages/home_time_modes.md
43+
# - Nordpool Prices: smart-home/packages/nordpool_prices.md
44+
# - Office PC: smart-home/packages/office_pc.md
45+
# - Philips Air Purifier: smart-home/packages/philips_air_purifier.md
46+
# - Room Automation: smart-home/packages/room_automation.md
47+
# - Scenes: smart-home/packages/scenes.md
48+
# - Shelly 3EM: smart-home/packages/shelly_3em.md
49+
# - Smart Notifications: smart-home/packages/smart_notifications.md
50+
# - Home Lab: home-lab/index.md
51+
# - Network: network/index.md
52+
# - System Architecture: system_manual/architecture.md
53+
# - System Manual: system_manual/setup_guide.md
5454

5555
markdown_extensions:
5656
- attr_list # Required for MkDocs Material styling features
@@ -68,5 +68,5 @@ extra_css:
6868

6969
plugins:
7070
- tags:
71-
# tags_file: tags.md
72-
# - awesome-pages
71+
tags_file: tags.md
72+
- awesome-pages

0 commit comments

Comments
 (0)