forked from deltaDAO/pontusx-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebar.ts
254 lines (252 loc) · 7.44 KB
/
sidebar.ts
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
import type { Sidebar } from "vocs";
export const sidebar = {
"/docs/": [
{
text: "Introduction",
items: [
{ text: "Overview", link: "/docs/introduction/overview" },
{
text: "Vision, Mission and Values",
link: "/docs/introduction/vision-mission-values",
},
{
text: "Gaia-X Data Space",
link: "/docs/introduction/gaia-x-commitment",
},
{
text: "Pontus-X Network",
link: "/docs/introduction/network",
},
],
},
{
text: "Getting Started",
collapsed: false,
items: [
{ text: "Quick Start", link: "/docs/getting-started/quick-start" },
{
text: "Introduction",
link: "/docs/getting-started/introduction",
},
{
text: "Wallet Setup",
link: "/docs/getting-started/wallet-setup",
},
{
text: "Pontus-X Ecosystem",
link: "/docs/getting-started/pontus-x-ecosystem",
},
{
text: "Publication Guide",
link: "/docs/getting-started/Publication-guide",
},
{
text: "Core Concepts",
link: "/docs/getting-started/core-concepts",
},
],
},
{
text: "Participants & Federators",
collapsed: true,
items: [
{
text: "Federators",
link: "/docs/participants-and-federators/federators",
},
{
text: "Participants",
link: "/docs/participants-and-federators/ecosystem-participants",
},
{
text: "Onboarding",
link: "/docs/participants-and-federators/onboarding",
},
],
},
{
text: "Pontus-X Networks",
collapsed: true,
items: [
{ text: "Quick Start", link: "/docs/pontus-x-networks/quick-start" },
{
text: "Validator Node Setup",
link: "/docs/pontus-x-networks/node-setup",
},
{
text: "Testnet",
link: "/docs/pontus-x-networks/testnet",
},
{
text: "Devnet",
link: "/docs/pontus-x-networks/devnet",
},
],
},
{
text: "Technical Architecture",
collapsed: true,
items: [
{
text: "Overview",
link: "/docs/technical-architecture/architecture-overview",
},
{
text: "Core Components",
items: [
{
text: "Access Controller",
link: "/docs/technical-architecture/access-controller",
},
{
text: "Service Catalogue - Metadata Cache (Aquarius)",
link: "/docs/technical-architecture/aquarius",
},
{
text: "Portals",
link: "/docs/technical-architecture/portals",
},
{
text: "Subgraph - Transaction Cache",
link: "/docs/technical-architecture/subgraph",
},
],
},
{
text: "DRAFT: Asset Metadata Standard (DDO)",
collapsed: true,
items: [
{
text: "Introduction",
link: "/docs/ddo_credential/ddo_intro",
items: [
{
text: "W3C VCs & VPs",
link: "/docs/ddo_credential/w3c_credentials",
},
{
text: "On-Chain Metadata",
link: "/docs/ddo_credential/on_chain",
},
],
},
{
text: "Verifiable Presentation (DDO Schema)",
link: "/docs/ddo_credential/ddo_schema",
items: [
{
text: "Metadata",
link: "/docs/ddo_credential/metadata",
items: [
{
text: "Algorithm Metadata",
link: "/docs/ddo_credential/algorithm_metadata",
items: [
{
text: "Container",
link: "/docs/ddo_credential/container",
},
{
text: "Algorithm Consumer Parameters",
link: "/docs/ddo_credential/algorithm_consumer_parameters",
},
],
},
],
},
{
text: "Service",
link: "/docs/ddo_credential/service",
items: [
{
text: "Files Object",
link: "/docs/ddo_credential/files_object",
},
{
text: "Compute Object",
link: "/docs/ddo_credential/compute_object",
},
{
text: "Service Consumer Parameters",
link: "/docs/ddo_credential/service_consumer_parameters",
},
],
},
{
text: "Credentials (Access Control)",
link: "/docs/ddo_credential/credentials",
},
{
text: "License Object",
link: "/docs/ddo_credential/license_object",
items: [
{
text: "ODRL Object",
link: "/docs/ddo_credential/odrl_object",
},
],
},
{
text: "Consumer Parameters",
link: "/docs/ddo_credential/consumer_parameters",
},
{
text: "Language and Base Direction (i18n)",
link: "/docs/ddo_credential/language_i18n",
},
{
text: "Lifecycle States",
link: "/docs/ddo_credential/lifecycle_states",
},
{
text: "Remote Object",
link: "/docs/ddo_credential/remote_object",
},
{
text: "Complete Overview (Schema)",
link: "/docs/ddo_credential/complete_overview",
},
{
text: "Changelog",
link: "/docs/ddo_credential/changelog",
},
],
},
],
},
],
},
{
text: "Use Cases",
collapsed: true,
items: [
{ text: "Introduction", link: "/docs/use-cases/introduction" },
{ text: "Migration Guide", link: "/docs/use-cases/migration-guide" },
{ text: "Download Assets", link: "/docs/use-cases/download" },
{ text: "Compute Assets", link: "/docs/use-cases/compute" },
{ text: "Publish Assets", link: "/docs/use-cases/publish" },
],
},
{
text: "Contribution",
collapsed: true,
items: [
{
text: "How to contribute",
link: "/docs/contribute/overview",
},
{
text: "Repositories",
link: "/docs/contribute/repositories",
},
],
},
{
text: "Legal",
items: [
{ text: "Privacy", link: "/privacy" },
{ text: "Imprint", link: "https://delta-dao.com/imprint" },
],
},
],
} as const satisfies Sidebar;