forked from telefonicaid/iotagent-node-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
21 lines (20 loc) · 912 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-node-lib
site_url: https://fiware-iotagent-node-lib.readthedocs.org
repo_url: https://github.com/telefonicaid/iotagent-node-lib.git
site_description: IoT Agent Library Documentation
docs_dir: doc
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css", "https://fiware.org/style/fiware_readthedocs_iot.css"]
pages:
- Home: 'index.md'
- 'User & Programmers Manual':
- 'API Walkthrough & Development intro': 'usermanual.md'
- 'Measurement Transformation Expression Language': 'expressionLanguage.md'
- 'How to develop a new IOTAgent': 'howto.md'
- 'North Port - NGSI Interactions': 'northboundinteractions.md'
- 'Installation & Administration Manual':
- 'Installation Guide': 'installationguide.md'
- 'Operations (logs & alarms)': 'operations.md'