forked from telefonicaid/iotagent-ul
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
18 lines (17 loc) · 663 Bytes
/
mkdocs.yml
File metadata and controls
18 lines (17 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: Fiware-iotagent-ul
site_url: https://fiware-iotagent-ul.readthedocs.org
repo_url: https://github.com/telefonicaid/iotagent-ul.git
site_description: IoT Agent Ultralight2.0 (HTTP or MQTT) Documentation
docs_dir: docs
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
pages:
- Home: 'index.md'
- 'User & Programmers Manual':
- 'API Walkthrough & Development intro': 'usermanual.md'
- 'Installation & Administration Manual':
- 'Installation Guide': 'installationguide.md'
- 'Operations (logs & alarms)': 'operations.md'