-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (133 loc) · 4.88 KB
/
Copy pathmkdocs.yml
File metadata and controls
141 lines (133 loc) · 4.88 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
---
site_name: EV Smart Charging
site_description: >-
Блюпринт Home Assistant для нежной зарядки электромобиля:
динамический подбор тока, растяжка на окно, отказоустойчивость.
site_url: https://saippuakauppias.github.io/ha-ev-smart-charging/
repo_url: https://github.com/saippuakauppias/ha-ev-smart-charging
repo_name: saippuakauppias/ha-ev-smart-charging
edit_uri: edit/main/docs/
copyright: MIT — свободно используйте, изменяйте и распространяйте
docs_dir: docs
site_dir: site
theme:
name: material
language: ru
# Логотип и favicon — свои файлы, а не встроенные иконки темы: тот же
# силуэт используется в README, и держать его в одном месте надёжнее,
# чем полагаться на то, что material/ev-station не изменится.
logo: assets/logo.svg
favicon: assets/logo-badge.svg
icon:
repo: fontawesome/brands/github
palette:
# Светлая тема по умолчанию, с переключателем.
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Тёмная тема
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Светлая тема
features:
# Без `tabs` разделы не уезжают в верхнюю панель, а остаются деревом
# в левом меню: видно и раздел, и вложенные страницы разом. Верхняя
# панель показывала только текущий раздел, и связь «страница ↔ раздел»
# приходилось достраивать в уме.
- navigation.expand
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.indexes
- toc.follow
- search.highlight
- search.share
- search.suggest
- content.code.copy
- content.action.edit
- content.tooltips
extra_css:
- assets/extra.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
# Стандартный slugify выбрасывает не-ASCII, поэтому кириллические заголовки
# получают якоря вида `#_3` — они нечитаемы и, что хуже, съезжают на другой
# раздел, стоит вставить заголовок выше. Unicode-версия даёт `#журнал`.
- toc:
permalink: "¶"
permalink_title: Ссылка на этот раздел
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
- pymdownx.details
# Без этого блока иконки вида `:material-cog-outline:` на главной остаются
# текстом, а не превращаются в значки.
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["."]
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.keys
- pymdownx.smartsymbols
plugins:
- search:
lang:
- ru
- en
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/saippuakauppias/ha-ev-smart-charging
name: Репозиторий на GitHub
# Нестрогий режим здесь невозможен: битая ссылка в документации по железу
# дороже, чем упавшая сборка. CI собирает сайт именно с --strict.
strict: true
nav:
- Обзор:
- index.md
- guide/features.md
- guide/how-it-works.md
- Начало работы:
- getting-started/installation.md
- getting-started/quick-start.md
- getting-started/examples.md
- Руководство:
- guide/settings.md
- guide/reliability.md
- guide/notifications.md
- Диагностика:
- diagnostics/index.md
- diagnostics/traces.md
- diagnostics/trace-report.md
- diagnostics/faq.md
- Разработка:
- development/index.md
- development/contributing.md
- development/publishing.md
- development/security.md
- Проект:
- ideas.md
- changelog.md