forked from telefonicaid/iotagent-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
21 lines (20 loc) · 821 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: Fiware-iotagent-json
site_url: https://fiware-iotagent-ul.readthedocs.org
repo_url: https://github.com/telefonicaid/iotagent-json
site_description: IoT Agent JSON (HTTP or MQTT) Documentation
docs_dir: docs
site_dir: html
edit_uri: edit/master/docs/
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_iot.css"]
pages:
- 'Home': 'index.md'
- 'User & Programmers Manual':
- 'Introduction': 'stepbystep.md'
- 'API Walkthrough & Development intro': 'usermanual.md'
- 'How to Contribute': 'contribution.md'
- 'Installation & Administration Manual':
- 'Installation': 'installationguide.md'
- 'Operations (logs & alarms)': 'operations.md'