-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
executable file
·89 lines (83 loc) · 2.26 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
79
80
81
82
83
84
85
86
87
88
89
site_name: Home Assistant Config by Denys Dovhan
site_author: Denys Dovhan
site_url: https://denysdovhan.com/home-assistant-config
site_description: 🏡 My home automation setup built with Home Assistant
copyright: 'Copyright © 2024 Denys Dovhan'
repo_url: https://github.com/denysdovhan/home-assistant-config
repo_name: home-assistant-config
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/home-assistant
repo: fontawesome/brands/github
palette:
# Palette toggle for automatic mode
- media: '(prefers-color-scheme)'
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: light-blue
accent: light-blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: light-blue
accent: light-blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.footer
- content.action.edit
- content.action.view
nav:
- Home: index.md
- Hardware: hardware.md
- Configuration:
- config/index.md
- config/dashboards.md
- config/custom-extensions.md
- config/speech.md
- config/vacuum.md
- config/war.md
- config/monitoring.md
- Inspiration: resources.md
# Link to my smart-home setup
# Ref: https://github.com/denysdovhan/smart-home
- Smart Home: https://denysdovhan.com/smart-home
markdown_extensions:
- meta
- toc:
permalink: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
analytics:
provider: google
property: G-696LRW7ET5
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