-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
169 lines (157 loc) · 6.09 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
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
162
163
164
165
166
167
168
169
site_name: Open Data Mesh
site_description: An open specification that declaratively defines a data product in all its components using a JSON or YAML descriptor document.
site_url: https://dpds.opendatamesh.org
docs_dir: docs/site
repo_url: https://github.com/opendatamesh-initiative/odm-specification-dpdescriptor
edit_uri: edit/main/docs/
dev_addr: '127.0.0.1:1234'
nav:
- Home: './index.md'
- Overview:
- './overview/README.md'
- 'Charter': './overview/charter.md'
- 'Site Map': './overview/sitemap.md'
- Concepts:
- './concepts/README.md'
- 'Data Product': './concepts/data-product.md'
- 'Data Product Descriptor': './concepts/data-product-descriptor.md'
- 'Data Contract': './concepts/data-contract.md'
- 'DataMeshOps Platform': './concepts/meshops-platform.md'
- Quickstart:
- './quickstart/README.md'
- 'Trip Execution Data Product Overview': './quickstart/example.md'
- 'Descriptor Document Overview': './quickstart/overview.md'
- 'Minimal Descriptor Document': './quickstart/info.md'
- 'Interface Components': './quickstart/interface.md'
- 'Application Components': './quickstart/application.md'
- 'Infrastructural Components': './quickstart/infrastructure.md'
- 'Reusing Descriptions': './quickstart/components.md'
- 'External Resources': './quickstart/resources.md'
- 'Providing documentation': './quickstart/docs.md'
- 'Extending the specification': './quickstart/extensions.md'
- 'Putting all together': './quickstart/summary.md'
- Specifications:
- './specifications/README.md'
- 'Data Product Descriptor':
- './specifications/dpds/README.md'
- 'Specification': './specifications/dpds/1.0.0.md'
- 'JSON Schema': './specifications/dpds/1.0.0/schema.md'
- 'DatastoreAPI':
- './specifications/dsas/README.md'
- 'Specification': './specifications/dsas/1.0.0.md'
- 'JSON Schema': './specifications/dsas/1.0.0/schema.md'
- 'Schema Annotation':
- './specifications/sas/README.md'
- 'Quickstart': './specifications/sas/quickstart.md'
- 'Specification': './specifications/sas/1.0.0-DRAFT.md'
- Community:
- './community/README.md'
- Contributing guidelines: './community/contributing.md'
- Code of conduct: './community/coc.md'
- Project governance: './community/governance.md'
- Development process: './community/development.md'
- Contacts: './community/contacts.md'
- Resources:
- './resources/README.md'
- 'External Tools': './resources/tools.md'
- 'DPDS Resources': './resources/dpdsresources.md'
- 'Data Mesh Resources': './resources/meshresources.md'
- 'How to':
- 'build this site': './resources/howto/build-site-doc.md'
- 'build JSON Schema documentation': './resources/howto/build-schema-doc.md'
##theme: readthedocs
theme:
name: material
features:
- navigation.tabs
#- navigation.tabs.sticky
- navigation.top
- toc.follow
#- toc.integrate
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.indexes
favicon: favicon.ico
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: icon.png
icon:
repo: fontawesome/brands/github
custom_dir: docs/site/overrides
extra:
analytics:
provider: google
property: G-N7ZP6EW9XH
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
<br><a href="https://github.com/opendatamesh-initiative/odm-specification-dpdescriptor" target="_blank">⭐Star the project on GitHub⭐</a>
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
<br><a href="https://github.com/opendatamesh-initiative/odm-specification-dpdescriptor/issues" target="_blank">Consider opening an issue on GitHub</a>
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/open-data-mesh-initiative/
- icon: octicons/mail-16
link: mailto:[email protected]
- icon: fontawesome/brands/mailchimp
link: https://mailchi.mp/936d787cac89/open-data-mesh-initiative
- icon: fontawesome/brands/github
link: https://github.com/opendatamesh-initiative/odm-specification-dpdescriptor
- icon: fontawesome/brands/slack
link: https://dpds.opendatamesh.org/community/contributing/#joining-the-conversation-on-slack
extra_css:
- stylesheets/extra.css
markdown_extensions:
- toc:
toc_depth: 4
permalink: ⚓︎
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- git-revision-date-localized:
enable_creation_date: true
# social:
#cards_color:
# fill: "#ff8f00"
# text: "#FFFFFF"
copyright: >
Copyright © 2023 Quantyca s.r.l. - <a href="#__consent">Change cookie settings</a>