-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.78 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.78 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
site_name: ACAP Missing Features Documentation
theme:
name: material
palette:
scheme: slate
primary: yellow
toggle:
icon: material/weather-night
name: Switch to light mode
nav:
- Installation: index.md
- Limitations: limitations.md
- Features:
- Flow:
- Overview: flow.md
- Reference: flow/reference.md
- Input & Output: flow/input_output_nodes.md
- Logic & Flow Control: flow/logic_nodes.md
- Data & Math: flow/data_manipulation.md
- Devices & ANPR: flow/device_nodes.md
- Timing: flow/timing_nodes.md
- Network & Protocols: flow/network_nodes.md
- Database & SQL: flow/database_nodes.md
- Collections & JSON: flow/collections_nodes.md
- String & Text: flow/string_nodes.md
- Storage & SD Card: flow/storage_nodes.md
- Advanced & Scripting: flow/advanced_nodes.md
- Composites: flow/composites.md
- Dashboard: dashboard.md
- Spot Color Detector: spot_color.md
- Gauge Reader: gauge_reader.md
- Image to SD-Card: img_sdcard.md
- Scene Analysis Triggers: scene_analysis.md
- License Plate List: license_plate_list.md
- Parking Management: parking_management.md
- Parking Times: parking_times.md
- Notification Service: notification_service.md
- Sunrise & Sunset Events: sunrise_sunset.md
- General Settings: general_settings.md
- Changelog: change.md
- Video Tutorials: videos.md
- Support: support.md
extra_css:
- css/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
copyright: Copyright © Commend Österreich GmbH