-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 774 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 774 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
site_name: CIMonitor
theme: readthedocs
repo_url: https://github.com/FuturePortal/CIMonitor
site_author: Rick van der Staaij
dev_addr: 0.0.0.0:9998
extra_css:
- style.css
nav:
- Home: index.md
- Getting started: getting-started.md
- Running CIMonitor:
- Docker: run/docker.md
- Kubernetes: run/kubernetes.md
- Locally with node: run/locally.md
- Raspberry Pi (ARM): run/raspberry-arm.md
- Configuration:
- Evironment variables: config/environment.md
- Firebase: config/firebase.md
- Webhooks:
- GitHub: webhook/github.md
- GitLab: webhook/gitlab.md
- Read the docs: webhook/readthedocs.md
- BitBucket: webhook/bitbucket.md
- Modules: modules.md
- Module:
- GPIO: module/gpio.md
- Module client: module-client.md