-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
38 lines (38 loc) · 1.54 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
site_name: SmartSDK Recipes
site_description: Docker recipes for FIWARE Generic Enablers
docs_dir: 'recipes'
pages:
- Home: index.md
- 'Installation': 'installation.md'
- 'Management': 'management.md'
- 'Recipes':
- 'Data/Context Management':
- 'Context Broker':
- 'Intro': 'data-management/context-broker/readme.md'
- 'HA': 'data-management/context-broker/ha/readme.md'
- 'STH':
- 'Intro': 'data-management/sth/readme.md'
- 'Standalone': 'data-management/sth/standalone/readme.md'
- 'HA': 'data-management/sth/ha/readme.md'
- 'Cygnus':
- 'Intro': 'data-management/cygnus/readme.md'
- 'HA': 'data-management/cygnus/ha/readme.md'
- 'QuantumLeap':
- 'Intro': 'data-management/quantumleap/readme.md'
- 'IoT Services Enablement':
- 'IDAS': 'iot-services/readme.md'
- 'IoT Agent JSON': 'iot-services/iotagent-json/README.md'
- 'IoT Agent LWM2M': 'iot-services/iotagent-lwm2m/readme.md'
- 'IoT Agent UL': 'iot-services/iotagent-ul/README.md'
- 'Security':
- 'Intro': 'security/readme.md'
- 'API Umbrella': 'security/api-umbrella/readme.md'
- 'Utils':
- 'MongoDB Replica Set': 'utils/mongo-replicaset/readme.md'
- 'Tools': 'tools/readme.md'
- 'Contributing': 'contributing.md'
theme: readthedocs
markdown_extensions: [toc,fenced_code]
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
repo_url: https://github.com/smartsdk/smartsdk-recipes
edit_uri: edit/master/recipes/