generated from mhausenblas/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
40 lines (38 loc) · 1.31 KB
/
mkdocs.yml
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
site_name: Alex's Home Assistant documentation
site_description: 'Compilation and reference of important home automation'
site_author: 'Alex van den Hoogen'
docs_dir: docs/
repo_name: 'alex3305/home-assistant-docs'
repo_url: 'https://github.com/alex3305/home-assistant-docs/'
nav:
- Home: index.md
- Custom installation: installation/host-system.md
- Hardware:
- IKEA TRADFRI open/close remote: hardware/ikea-tradfri-open-close-remote.md
- Silvercrest LED String Lights: hardware/silvercrest-led-string-lights.md
- Home Assistant:
- HACS: home-assistant/hacs.md
- Xiaomi Tokens: home-assistant/xiaomi-tokens.md
- Home Assistant Add-ons:
- Bitwarden: add-ons/bitwarden.md
- InfluxDB:
- Installation: add-ons/influxdb.md
- Backup and restore: add-ons/influxdb-backup.md
- Downsampling (RP/CQ): add-ons/influxdb-downsampling.md
- VSCode: add-ons/vscode.md
- Homelab:
- Enabling QNAP disk spindown: homelab/qnap-disk-spindown.md
- Mounting QNAP disks in Debian Linux: homelab/qnap-linux-mount.md
- Plex QSV transcoding fix: homelab/plex-transcoding-fix.md
theme:
name: 'material'
palette:
scheme: slate
primary: light blue
accent: teal
icon:
logo: material/home-heart
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences