forked from telefonicaid/fiware-sth-comet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.97 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
39
40
41
site_name: Fiware-STH-Comet
site_url: https://fiware-sth-comet.readthedocs.org
repo_url: https://github.com/telefonicaid/fiware-sth-comet
site_description: STH (Short Time Historic) - Comet Documentation
docs_dir: doc/manuals
site_dir: html
edit_uri: edit/master/doc/manuals/
markdown_extensions: [toc, 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_core.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"
- "Recommended database indexes": "db_indexes.md"
- "Alarm system": "alarms.md"
- "Architecture, Data Models and Schemas":
- "Architecture": "architecture.md"
- "Data models & Schemas": "data-models-schemas.md"