-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
122 lines (122 loc) · 4.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
site_name: CitCom.ai | VRAIN
site_url: https://citcom-vrain.github.io
repo_url: https://github.com/CitCom-VRAIN/CitCom-VRAIN.github.io
edit_uri: edit/main/docs/
repo_name: CitCom-VRAIN/CitCom-VRAIN.github.io
copyright: Copyright © 2023 - 2024 CitCom.ai - VRAIN
site_dir: public
extra_css:
- stylesheets/extra.css
- stylesheets/neoteroi-mkdocs.css
- assets/css/data_catalog.css
extra_javascript:
- assets/js/data_catalog.js
theme:
custom_dir: docs/overrides
name: material
logo: assets/logo.png
favicon: assets/logo.png
features:
- content.code.copy
- content.action.edit
- navigation.sections
- navigation.footer
- navigation.indexes
palette:
primary: custom
accent: custom
nav:
- welcome.md
- Getting started:
- getting_started/index.md
- Nodes & Countries: getting_started/nodes_countries.md
- Interoperability: getting_started/interoperability.md
- Data spaces:
- getting_started/data_spaces/index.md
- Join one: getting_started/data_spaces/join.md
- Deploy one: getting_started/data_spaces/deployment.md
- Get involved: getting_started/get_involved.md
- Data catalog:
- data_catalog/index.md
- data_catalog/instructions.md
- Guides:
- documentation/index.md
- Data Federation:
- documentation/data_federation/index.md
# - NGSI-LD to NGSI-LD:
# - documentation/data_federation/ngsild_to_ld/index.md
- NGSI-v2 to NGSI-LD:
# - documentation/data_federation/ngsiv2_to_ld/index.md
- Lepus: documentation/data_federation/ngsiv2_to_ld/lepus.md
- FIWARE IoT-Agent: documentation/data_federation/ngsiv2_to_ld/iot_agent.md
# - Custom brokers:
# - documentation/data_federation/custom/index.md
- Data Space Connectors:
- documentation/data_space_connectors/index.md
- Eclipse: documentation/data_space_connectors/eclipse_mvd.md
- Fiware:
- documentation/data_space_connectors/fiware/index.md
- Legacy (v. 1.X.X):
- documentation/data_space_connectors/fiware/legacy_1.X.X/index.md
- Deployments:
- AWS deployment: documentation/data_space_connectors/fiware/legacy_1.X.X/deployments/aws_deployment.md
- Local deployment: documentation/data_space_connectors/fiware/legacy_1.X.X/deployments/local_deployment.md
- Minimum Viable Data Space Infrastructure (MVDS-IaaS):
- documentation/data_space_connectors/fiware/legacy_1.X.X/deployments/mvds_iaas/index.md
# - Latest (v. 2.X.X):
# - documentation/data_space_connectors/fiware/latest_2.X.X/index.md
- AI services:
- services/index.md
- Minimal Interoperable AI Service: services/waste_collection.md
- Container Location Optimization: services/wastecontainer_location_optimization.md
- TEF Nodes:
- tef/index.md
- Toolbox:
- toolbox/index.md
- AI Toolkit: toolbox/ai_toolkit.md
- MIMs Toolkit: toolbox/mims_toolkit.md
- Other Tools: toolbox/other_toolkit.md
extra:
generator: false
markdown_extensions:
- def_list
- attr_list
- md_in_html
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- neoteroi.timeline
plugins:
- git-authors:
show_email_address: false
- search
- git-revision-date-localized:
enable_creation_date: true
type: timeago