-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (23 loc) · 519 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (23 loc) · 519 Bytes
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
site_name: python-openhab
site_url: https://github.com/sim0nx/python-openhab
repo_url: https://github.com/sim0nx/python-openhab
theme:
name: "material"
font: false
plugins:
- search
- mkdocstrings:
watch:
- openhab
markdown_extensions:
- pymdownx.highlight:
linenums: true
linenums_style: pymdownx-inline
- pymdownx.superfences
- admonition
nav:
- Home: 'index.md'
- API Documentation:
- 'Client': 'api_client.md'
- 'Items': 'api_items.md'
- 'Types': 'api_types.md'