Skip to content

Commit e025c2c

Browse files
author
Serap Aydin
committed
- new pages for phases, development, validation and general documentation
- new sidebar update - Api v2 linter tool redirects to Api v1 linter tool because we currently don't have any difference
1 parent e8f1b59 commit e025c2c

File tree

9 files changed

+1728
-3493
lines changed

9 files changed

+1728
-3493
lines changed

docs/src/.vuepress/theme.ts

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,18 @@ export default hopeTheme({
223223
],
224224
},
225225
],
226-
}, "create", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", {
226+
}, "create", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", {
227227
text: "Process Plugin Dev Tools",
228228
icon: "info",
229-
prefix: "tooling",
229+
children: [{
230+
text: "DSF Linter Tool",
231+
icon: "operate",
232+
prefix: "tooling/linter-tool",
230233
collapsible: true,
231234
children: [
232-
"linter-tool",],
233-
},]
235+
"linter-tool", "validation","phases", "development", "troubleshooting"],
236+
},]}
237+
]
234238
},
235239
{
236240
text: "API v2",
@@ -312,10 +316,15 @@ export default hopeTheme({
312316
}, "implementation", "migration", "create", "best-practices", "testing", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", {
313317
text: "Process Plugin Dev Tools",
314318
icon: "info",
315-
prefix: "tooling",
319+
children: [{
320+
text: "DSF Linter Tool",
321+
icon: "operate",
322+
prefix: "tooling/linter-tool",
316323
collapsible: true,
317324
children: [
318325
"linter-tool"],
326+
},
327+
]
319328
},]
320329
},
321330
],

0 commit comments

Comments
 (0)