forked from Bull-RD-Spain/IoTagent-LoRaWAN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
17 lines (16 loc) · 699 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
17 lines (16 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: LoRaWAN IoT Agent
site_url: https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN
repo_url: https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN
site_description: FIWARE IoT Agent for LoRaWAN protocol document site
docs_dir: docs/
site_dir: html
markdown_extensions: [toc,tables, 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
- Installation guide: installationguide.md
- Users manual: users_manual.md
- Development manual: development_manual.md
- Contributing: CONTRIBUTING.md