@@ -32,7 +32,7 @@ export default hopeTheme({
32
32
} ,
33
33
{
34
34
text : "Process Development" ,
35
- icon : "process " ,
35
+ icon : "plugin " ,
36
36
prefix : "/process-development/" ,
37
37
children : [
38
38
{
@@ -88,7 +88,7 @@ export default hopeTheme({
88
88
{
89
89
text : "News" ,
90
90
icon : "news" ,
91
- link : "tag/blog /"
91
+ link : "tag/news /"
92
92
} ,
93
93
94
94
{
@@ -121,13 +121,12 @@ export default hopeTheme({
121
121
"/hackathon" : [ ] ,
122
122
"/spring-school" : [ ] ,
123
123
"/news" : [ ] ,
124
- "/stable /" : [
124
+ "/operations/v1/latest /" : [
125
125
{
126
126
text : "Home" ,
127
127
icon : "home" ,
128
128
link : "/" ,
129
129
} ,
130
- "" ,
131
130
{
132
131
text : "Maintain a DSF instance" ,
133
132
icon : "tool" ,
@@ -197,31 +196,6 @@ export default hopeTheme({
197
196
}
198
197
] ,
199
198
} ,
200
- {
201
- text : "Develop process plugins" ,
202
- icon : "plugin" ,
203
- prefix : "develop/" ,
204
- link : "develop/" ,
205
- children : [ "create" , "upgrade-from-0" ] ,
206
- } ,
207
- {
208
- text : "Contribute" ,
209
- icon : "info" ,
210
- link : "contribute/" ,
211
- prefix : "contribute/" ,
212
- children : [
213
- {
214
- text : "Code" ,
215
- link : "code" ,
216
- icon : "code"
217
- } ,
218
- {
219
- text : "Documentation" ,
220
- link : "documentation" ,
221
- icon : "info"
222
- }
223
- ]
224
- } ,
225
199
] ,
226
200
"/operations/v1/v1.7.1/" : [
227
201
{
@@ -1178,7 +1152,7 @@ export default hopeTheme({
1178
1152
children : [ "create" , "upgrade-from-0" ] ,
1179
1153
} ,
1180
1154
] ,
1181
- "/about /" : [
1155
+ "/community /" : [
1182
1156
{
1183
1157
text : "Home" ,
1184
1158
icon : "home" ,
@@ -1187,61 +1161,40 @@ export default hopeTheme({
1187
1161
{
1188
1162
text : "News" ,
1189
1163
icon : "news" ,
1190
- link : "/news/"
1191
- } ,
1192
- {
1193
- text : "About" ,
1194
- icon : "creative" ,
1195
- prefix : "learnmore/" ,
1196
- link : "learnmore/" ,
1197
- children : [ "contact" , "team" , "partners" , "public" , "faq" , "projectlist" , "speakinghours" ] ,
1164
+ link : "/tag/news/"
1198
1165
} ,
1199
1166
{
1200
- text : "DSF-Community" ,
1201
- icon : "group" ,
1202
- prefix : "community/" ,
1203
- link : "community/" ,
1204
- children : [ "community" , "contribute" , "code" , "documentation" ] ,
1205
- } ,
1167
+ text : "Community" ,
1168
+ icon : "creative" ,
1169
+ prefix : "/community/" ,
1170
+ children : [
1171
+ "team" ,
1172
+ "communication" ,
1173
+ "ecosystem" ,
1174
+ "contribute/" ,
1175
+ "contribute/code" ,
1176
+ "contribute/documentation" ,
1177
+ "events/" ,
1178
+ "consultation-hours"
1179
+ ] ,
1180
+ } ,
1181
+
1206
1182
] ,
1207
1183
"/process-development" : [
1208
1184
{
1209
1185
text : "api v1" ,
1210
1186
icon : "" ,
1211
1187
prefix : "api-v1/" ,
1212
1188
link : "api-v1/" ,
1213
- children : [ "concept" , " tooling/", "tutorials/" ] ,
1189
+ children : [ "get-started" , " concept", "create" , "publishing/publish-on-dsfhub" , " tooling/", "tutorials/" , ] ,
1214
1190
} ,
1215
1191
{
1216
1192
text : "api v2" ,
1217
1193
icon : "" ,
1218
1194
prefix : "api-v2/" ,
1219
1195
link : "api-v2/" ,
1220
- children : [ "description" , "implementation" , "migration" , "tooling/" , "tutorials/" , ] ,
1221
- } ,
1222
- {
1223
- text : "how-to" ,
1224
- icon : "creative" ,
1225
- prefix : "how-to/" ,
1226
- link : "how-to/" ,
1227
- children : [ "start-project" ] ,
1228
- } ,
1229
- {
1230
- text : "process-plugin" ,
1231
- icon : "process" ,
1232
- prefix : "process-plugin/" ,
1233
- link : "process-plugin/" ,
1234
- children : [ "best-practise" , "create" , "testing" ] ,
1235
- } ,
1236
- {
1237
- text : "publishing" ,
1238
- icon : "publish" ,
1239
- prefix : "publishing/" ,
1240
- link : "publishing/" ,
1241
- children : [ "publish-on-dsfhub" ] ,
1242
- } ,
1243
-
1244
-
1196
+ children : [ "get-started" , "concept" , "implementation" , "migration" , "create" , "best-practices" , "testing" , "publishing/publish-on-dsfhub" , "tooling/" , "tutorials/" , ] ,
1197
+ } ,
1245
1198
] ,
1246
1199
"/intro/use-cases/internal-mii-data-sharing.html" : [ ]
1247
1200
} ,
0 commit comments