forked from denysdovhan/smart-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
78 lines (72 loc) · 2.13 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
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
site_name: Denys Dovhan Smart Home
site_author: Denys Dovhan
site_url: https://denysdovhan.com/smart-home
site_description: 🏡 My smart home setup built on top of Home Assistant
copyright: 'Copyright © 2021 Denys Dovhan'
repo_url: https://github.com/denysdovhan/smart-home
repo_name: denysdovhan/smart-home
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/home-assistant
repo: fontawesome/brands/github
palette:
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
nav:
- Home: index.md
- Hardware: hardware.md
- Software:
- System Overview: software/system.md
- Getting Started: software/getting-started.md
- Docker Containers: software/docker.md
- External Access: software/external-access.md
- Ad-Blocking: software/ad-blocking.md
- Ports: software/ports.md
- Home Assistant:
- Introduction: home-assistant/introduction.md
- Installed Addons: home-assistant/addons.md
- Dashboards: home-assistant/dashboards.md
- Custom Extensions: home-assistant/custom-extensions.md
- Vacuum Setup: home-assistant/vacuum-setup.md
- Speech: home-assistant/speech.md
- Health Checks: home-assistant/health-checks.md
- Resources: resources.md
markdown_extensions:
- meta
- toc:
permalink: true
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/denysdovhan/smart-home
- icon: fontawesome/brands/twitter
link: https://twitter.com/denysdovhan
- icon: fontawesome/solid/globe
link: https://denysdovhan.com