forked from dext0r/yandex_smart_home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (86 loc) · 3.08 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
90
91
92
site_name: Yandex Smart Home
site_url: https://docs.yaha-cloud.ru
repo_url: https://github.com/dext0r/yandex_smart_home
nav:
- О компоненте: index.md
- Особенности интеграции и УДЯ : quirks.md
- Установка компонента: install/component.md
- Добавление интеграции: install/integration.md
- Настройка интеграции:
- Способы настройки: config/getting-started.md
- Выбор объектов для передачи: config/filter.md
- Параметры устройств: config/entity.md
- Режимы/функции: config/modes.md
- Тип подключения: config/connection-type.md
- Устройства:
- Датчики:
- О датчиках: devices/sensor/about.md
- Цифровые датчики: devices/sensor/float.md
- Событийные датчики: devices/sensor/event.md
- Освещение: devices/light.md
- Камеры: devices/camera.md
- Кондиционеры: devices/climate.md
- Кнопки: devices/button.md
- Для продвинутых:
- Прямое подключение: advanced/direct-connection.md
- Пользовательские умения:
- О пользовательских умениях: advanced/capabilities/about.md
- Умения "Режимы работы": advanced/capabilities/mode.md
- Умения "Выбор из диапазона": advanced/capabilities/range.md
- Умения "Переключатели": advanced/capabilities/toggle.md
- События: advanced/events.md
- Коды ошибок: advanced/error-codes.md
- Устранение проблем: troubleshoot.md
- Часто задаваемые вопросы: faq.md
- Поддерживаемые устройства: supported-devices.md
- Квазар и "Дом с Алисой": quasar.md
- Обратная совместимость: breaking-changes.md
- Рецепты: recipes.md
theme:
name: material
custom_dir: docs/_overrides
language: ru
logo: assets/logo/logo.png
favicon: assets/logo/favicon.png
icon:
repo: fontawesome/brands/github
font:
text: PT Sans
code: Fira Code
palette:
primary: light blue
accent: indigo
features:
- navigation.tracking
- navigation.top
- navigation.footer
- content.code.copy
extra:
social:
- icon: fontawesome/brands/telegram
link: http://t.me/yandex_smart_home
version:
provider: mike
extra_css:
- assets/extra.css
plugins:
- search:
lang:
- en
- ru
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- footnotes
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.smartsymbols
- pymdownx.critic