This repository was archived by the owner on Feb 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
161 lines (153 loc) · 5.92 KB
/
mkdocs.yml
File metadata and controls
161 lines (153 loc) · 5.92 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
site_name: ENVITED-X Ontology Management
site_description: Ontology validation tools and documentation for the ENVITED-X ecosystem
site_url: https://gaia-x4plc-aad.github.io/ontology-management-base/
repo_url: https://github.com/gaia-x4plc-aad/ontology-management-base
repo_name: gaia-x4plc-aad/ontology-management-base
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
plugins:
- search
- exclude:
glob:
# Exclude markdown files from symlinked artifacts (meant for GitHub, not docs)
- ontologies/artifacts/**/README.md
- ontologies/artifacts/**/PROPERTIES.md
# Exclude copied artifact READMEs (contain repo-relative links)
- artifacts/**/README.md
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_heading: true
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: docs
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Start Here:
- Install, Test, Build: getting-started/install-test-build.md
- Contribute: getting-started/contribute.md
- Repository Layout: getting-started/repo-layout.md
- Ontologies:
- Using the Ontologies: ontologies/using-ontologies.md
- Concepts (OWL, SHACL, Context): ontologies/concepts.md
- Property Explorer:
- Overview: ontologies/properties.md
- automotive-simulator: ontologies/properties/automotive-simulator.md
- description: ontologies/properties/description.md
- environment-model: ontologies/properties/environment-model.md
- envited-x: ontologies/properties/envited-x.md
- example: ontologies/properties/example.md
- general: ontologies/properties/general.md
- georeference: ontologies/properties/georeference.md
- gx (Gaia-X): ontologies/properties/gx.md
- hdmap: ontologies/properties/hdmap.md
- leakage-test: ontologies/properties/leakage-test.md
- manifest: ontologies/properties/manifest.md
- openlabel: ontologies/properties/openlabel.md
- ositrace: ontologies/properties/ositrace.md
- scenario: ontologies/properties/scenario.md
- service: ontologies/properties/service.md
- simulated-sensor: ontologies/properties/simulated-sensor.md
- simulation-model: ontologies/properties/simulation-model.md
- surface-model: ontologies/properties/surface-model.md
- survey: ontologies/properties/survey.md
- tzip21: ontologies/properties/tzip21.md
- vv-report: ontologies/properties/vv-report.md
- Class Explorer:
- Overview: ontologies/classes/index.md
- automotive-simulator: ontologies/classes/automotive-simulator/index.md
- description: ontologies/classes/description/index.md
- environment-model: ontologies/classes/environment-model/index.md
- envited-x: ontologies/classes/envited-x/index.md
- example: ontologies/classes/example/index.md
- general: ontologies/classes/general/index.md
- georeference: ontologies/classes/georeference/index.md
- gx (Gaia-X): ontologies/classes/gx/index.md
- hdmap: ontologies/classes/hdmap/index.md
- leakage-test: ontologies/classes/leakage-test/index.md
- manifest: ontologies/classes/manifest/index.md
- openlabel: ontologies/classes/openlabel/index.md
- ositrace: ontologies/classes/ositrace/index.md
- scenario: ontologies/classes/scenario/index.md
- service: ontologies/classes/service/index.md
- simulated-sensor: ontologies/classes/simulated-sensor/index.md
- simulation-model: ontologies/classes/simulation-model/index.md
- surface-model: ontologies/classes/surface-model/index.md
- survey: ontologies/classes/survey/index.md
- tzip21: ontologies/classes/tzip21/index.md
- vv-report: ontologies/classes/vv-report/index.md
- Catalog and Search: ontologies/catalog.md
- Discovery and Registry:
- Search and Discovery: discovery/index.md
- registry.json Index: discovery/registry-json.md
- Catalogs and Resolution: discovery/catalogs.md
- Validation:
- Strategy: validation/strategy.md
- Validation Suite: validation/suite.md
- SHACL Conformance: validation/conformance.md
- Target Class Coherence: validation/coherence.md
- Syntax Checks: validation/syntax.md
- Tooling Index: validation/tools.md
- Gaia-X:
- Gaia-X Connection: gaiax/gaiax.md
- Gaia-X 4 PLC-AAD and Federated Catalog: gaiax/gaiax4plc-aad.md
- GX Integration Pattern: gaiax/gx-integration-pattern.md
- Domain Migration Guide: gaiax/gx-domain-migration.md
- ENVITED Ecosystem:
- ENVITED-X Data Space: ecosystem/envited-x.md
- Long-Term Maintenance: ecosystem/maintenance.md
- Future:
- LinkML Migration: future/linkml.md
hooks:
- hooks/copy_artifacts.py
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/gaia-x4plc-aad/ontology-management-base
extra_css:
- stylesheets/ontology-viz.css
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
- javascripts/mermaid.js