-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 779 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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://fiware.github.io/style/fiware_readthedocs.css",
"https://fiware.github.io/style/fiware_readthedocs_iot.css",
]
google_analytics: ['UA-83236805-2', 'iotagent-sigfox.readthedocs.io']
pages:
- Home: "index.md"
- "User & Programmers Manual":
- "API Walkthrough & Development intro": "usermanual.md"
- "Installation & Administration Manual":
- "Installation Guide": "installationguide.md"