-
Notifications
You must be signed in to change notification settings - Fork 87
/
mkdocs.yml
22 lines (22 loc) · 937 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
site_name: Fiware-iotagent-node-lib
site_url: https://fiware-iotagent-node-lib.readthedocs.org
repo_url: https://github.com/telefonicaid/iotagent-node-lib
site_description: IoT Agent Library Documentation
docs_dir: doc
site_dir: html
edit_uri: edit/master/doc/
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'
- 'Getting Started' : 'getting-started.md'
- 'User & Programmers Manual':
- 'IoT Agent API' : 'api.md'
- 'Installation and administration manual': 'admin.md'
- 'Development documentation':
- 'Development manual': 'devel/development.md'
- 'Contributing guide': 'devel/contribution-guidelines.md'
- 'Architecture' : 'devel/architecture.md'
- 'North Port - NGSI Interactions': 'devel/northboundinteractions.md'