forked from telefonicaid/fiware-sth-comet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (35 loc) · 1.81 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
site_name: Fiware-STH-Comet
site_url: https://fiware-sth-comet.readthedocs.org
repo_url: https://github.com/telefonicaid/fiware-sth-comet.git
site_description: STH (Short Time Historic) - Comet Documentation
docs_dir: doc/manuals
site_dir: html
markdown_extensions: [toc,fenced_code]
use_directory_urls: false
theme: readthedocs
extra_css: ["https://fiware.org/style/fiware_readthedocs.css"]
google_analytics: ['UA-84868354-1', 'fiware-sth-comet.readthedocs.io']
pages:
- 'Home': 'index.md'
- 'Getting Started': 'getting-started.md'
- 'Why Comet': 'why-comet.md'
- 'Users & Developers Manual':
- 'Storing historical raw and aggregated time series context information': 'data-storage.md'
- 'Getting historical raw context information': 'raw-data-retrieval.md'
- 'Getting historical aggregated time series context information': 'aggregated-data-retrieval.md'
- 'Removing historical raw and aggregated time series context information': 'data-removal.md'
- 'Unit tests coverage': 'unit-test-coverage.md'
- 'Performance tests coverage': 'performance-test-coverage.md'
- 'Additional resources': 'additional-resources.md'
- 'Contribution guidelines': 'contribution-guidelines.md'
- 'Installation & Administration Manual':
- 'Dependencies': 'dependencies.md'
- 'Installation': 'installation.md'
- 'Running the STH server': 'running.md'
- 'Migrating historical raw and aggregated time series context information': 'data-migration.md'
- 'Database and collection name mapping and unmapping': 'name-mapping.md'
- 'Database and collection name encoding and decoding': 'name-encoding.md'
- 'Alarm system': 'alarms.md'
- 'Architecture, Data Models and Schemas':
- 'Architecture': 'architecture.md'
- 'Data models & Schemas': 'data-models-schemas.md'