-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
38 lines (38 loc) · 1.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
site_name: deCONZ REST-API
theme:
name: readthedocs
custom_dir: custom_theme/
repo_url: https://github.com/dresden-elektronik/deconz-rest-doc
markdown_extensions:
- admonition
- attr_list
- smarty
- toc:
permalink: True
extra_css:
- css/extra.css
nav:
- General:
- Introduction: index.md
- about_rest/index.md
- 'Getting Started': getting_started/index.md
- 'API Endpoints':
- endpoints/alarmsystems/index.md
- endpoints/configuration/index.md
- endpoints/ddf/index.md
- endpoints/devices/index.md
- endpoints/groups/index.md
- endpoints/lights/index.md
- endpoints/rules/index.md
- endpoints/scenes/index.md
- endpoints/schedules/index.md
- Sensors: endpoints/sensors/index.md
- 'Button Events': endpoints/sensors/button_events.md
- endpoints/touchlink/index.md
- endpoints/websocket/index.md
- 'Supported Devices': devices/index.md
- Misc:
- misc/discovery/index.md
- misc/authorization/index.md
- misc/errors/index.md
- misc/polling/index.md