-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
30 lines (29 loc) · 1.22 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
site_name: FIWARE IoT Broker
repo_url: https://github.com/Aeronbroker/Aeron.git
site_description: IoT Broker documentation
google_analytics: ['UA-84586780-1', 'http://fiware-iot-broker.readthedocs.io/en/latest/index.html']
site_dir: html
docs_dir : doc
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
pages:
- Home:
- 'Introduction': 'index.md'
- 'What you get': 'whatyouget.md'
- 'Installation & Administration Guide':
- 'Minimum System Requirements': 'requirements.md'
- 'Installation as Docker image': 'docker.md'
- 'Installation as Java application': 'compilationandconfiguration.md'
- 'Monitoring': 'monitoring.md'
- 'Sanity Check': 'sanitycheck.md'
- 'Databases': 'databases.md'
- 'Diagnosis Procedures': 'diagnosis.md'
- 'Black Box Testing': 'blackboxtesting.md'
- 'User and Developer Guide': 'userprogrammersguide.md'
- 'Advanced Testing: NGSI Emulator' : 'ngsiemulator.md'
- 'Historical Agent': 'historyqueries.md'
- 'Semantic Grounding': 'semanticgrounding.md'
- 'Query Extension Point': 'extensionpoint.md'
- 'Query Entity Composition': 'entitycomposition.md'