forked from rack-io/rackio-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 818 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 818 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
29
30
31
32
33
site_name: Rackio
site_description: 'Documentation for Rackio, the Python Framework for Automation and Control.'
site_url: 'http://rackio-framework.rtfd.io/'
site_author: https://github.com/rack-io/rackio-documentation/graphs/contributors
repo_url: http://github.com/rack-io/rackio-documentation
remote_branch: master
nav:
- Home: index.md
- Getting Started: cli.md
- Data Repository: data.md
- Controls and Rules: control.md
- State Machine: state.md
- Continous Tasks: task.md
- Logging: logging.md
- Alarms: alarm.md
- Observers: observer.md
- Scheduler: scheduler.md
- Events: event.md
- Admin: admin.md
theme: material
extra:
social:
- type: 'github'
link: 'https://github.com/rack-io'
google_analytics:
- 'UA-125411854-3'
- 'auto'
markdown_extensions:
- codehilite