-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathmkdocs.yml
54 lines (50 loc) · 1.29 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
site_name: Evok documentation
site_url: https://evok.readthedocs.io/
site_author: Unipi technology
site_description: API of Unipi controllers
copyright: Copyright © 2014 - 2024 Unipi technology
repo_url: https://github.com/UniPiTechnology/evok
edit_uri: edit/main/docs/
theme:
icon:
repo: fontawesome/brands/github
name: material
features:
- content.action.edit
- navigation.expand
- navigation.footer
- navigation.instant
- navigation.instant.progress
- search.suggest
- toc.follow
plugins:
- search
- privacy
markdown_extensions:
- markdown_include.include:
base_path: docs
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/UniPiTechnology
nav:
- Introduction: index.md
- Installation: installation.md
- Configuration:
- General: configs/evok_configuration.md
- Aliases: configs/aliases.md
- HW definitions: configs/hw_definitions.md
- Available APIs: apis.md
- Device circuit: circuit.md
- API examples:
- REST: apis/rest.md
- JSON: apis/json.md
- WebSocket: apis/websocket.md
- Bulk: apis/bulk.md
- Webhook: apis/webhook.md
- RPC: apis/rpc.md
- Debugging: debugging.md