forked from telefonicaid/sigfox-iotagent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (21 loc) · 705 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (21 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: IoT Agent for Sigfox
site_url: https://fiware-iotagent-sigfox.readthedocs.org
repo_url: https://github.com/telefonicaid/sigfox-iotagent
site_description: IoT Agent for SigFox 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":
- "API Walkthrough & Development intro": "usermanual.md"
- "Installation & Administration Manual":
- "Installation Guide": "installationguide.md"