-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
36 lines (32 loc) · 944 Bytes
/
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
site_name: Cloud4RPi Documentation
site_description: Cloud control panel for your IoT projects.
site_author: Cloud4RPi Team
repo_url: https://github.com/cloud4rpi/docs
nav:
- Home: index.md
- Getting Started:
- Raspberry Pi: start/rpi.md
- C.H.I.P.: start/chip.md
- Omega2: start/o2.md
- ESP8266/ESP32:
- MicroPython: start/esp8266-upy.md
- PlatformIO: start/esp-pio.md
- Arduino: start/esp-ino.md
- Plans and Pricing: plans-and-pricing.md
- How To:
- Raspberry Pi: howto/rpi.md
- C.H.I.P.: howto/chip.md
- Omega2: howto/o2.md
- API:
- Python Library: api/python.md
- MQTT Protocol: api/mqtt.md
- HTTP Protocol: api/http.md
- Client Libraries: client-libraries.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
markdown_extensions:
- admonition:
- attr_list:
extra_css: [res/extra.css]
theme: material
copyright: © 2016-2020 Devsoft Baltic OÜ. All rights reserved.