Skip to content

Commit e4a241f

Browse files
author
Serap Aydin
committed
separated dsf linter from api 1&2
1 parent df2a2b3 commit e4a241f

File tree

9 files changed

+13
-32
lines changed

9 files changed

+13
-32
lines changed

docs/src/.vuepress/theme.ts

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export default hopeTheme({
154154
children: ["get-started", {
155155
text: "Concepts",
156156
icon: "info",
157-
link: "concept",
158157
collapsible: true,
159158
children: [
160159
{
@@ -223,18 +222,7 @@ export default hopeTheme({
223222
],
224223
},
225224
],
226-
}, "create", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", {
227-
text: "Process Plugin Dev Tools",
228-
icon: "info",
229-
children: [{
230-
text: "DSF Linter Tool",
231-
icon: "operate",
232-
prefix: "tooling/linter-tool",
233-
collapsible: true,
234-
children: [
235-
"linter-tool", "validation","phases", "development", "troubleshooting"],
236-
},]}
237-
]
225+
}, "create", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", ]
238226
},
239227
{
240228
text: "API v2",
@@ -244,7 +232,6 @@ export default hopeTheme({
244232
children: ["get-started", {
245233
text: "Concepts",
246234
icon: "info",
247-
link: "concept",
248235
collapsible: true,
249236
children: [
250237
{
@@ -313,19 +300,20 @@ export default hopeTheme({
313300
],
314301
},
315302
],
316-
}, "implementation", "migration", "create", "best-practices", "testing", "publishing/publish-on-dsfhub", "tutorials/", "javadoc", {
317-
text: "Process Plugin Dev Tools",
318-
icon: "info",
319-
children: [{
320-
text: "DSF Linter Tool",
303+
}, "implementation", "migration", "create", "best-practices", "testing", "publishing/publish-on-dsfhub", "tutorials/", "javadoc",]
304+
},
305+
{
306+
text: "Process Plugin Dev Tools",
307+
icon: "info",
308+
children: [
309+
{
310+
text:"DSF Linter Tool",
321311
icon: "operate",
322-
prefix: "tooling/linter-tool",
323-
collapsible: true,
312+
prefix: "linter-tool/",
324313
children: [
325-
"linter-tool"],
326-
},
327-
]
328-
},]
314+
"linter-tool", "validation","phases", "development", "troubleshooting"],
315+
}
316+
]
329317
},
330318
],
331319
"/dsf-development": [

docs/src/process-development/api-v1/tooling/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ icon: operate
44
---
55

66
## Process Plugin Dev Tools
7-
- [ DSF Linter](linter-tool.md)

docs/src/process-development/api-v2/tooling/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ icon: operate
44
---
55

66
## Process Plugin Dev Tools
7-
- [ DSF Linter](/linter-tool/linter-tool)

docs/src/process-development/api-v2/tooling/linter-tool/linter-tool.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/src/process-development/api-v1/tooling/linter-tool/development.md renamed to docs/src/process-development/linter-tool/development.md

File renamed without changes.

docs/src/process-development/api-v1/tooling/linter-tool/linter-tool.md renamed to docs/src/process-development/linter-tool/linter-tool.md

File renamed without changes.

docs/src/process-development/api-v1/tooling/linter-tool/phases.md renamed to docs/src/process-development/linter-tool/phases.md

File renamed without changes.

docs/src/process-development/api-v1/tooling/linter-tool/troubleshooting.md renamed to docs/src/process-development/linter-tool/troubleshooting.md

File renamed without changes.

docs/src/process-development/api-v1/tooling/linter-tool/validation.md renamed to docs/src/process-development/linter-tool/validation.md

File renamed without changes.

0 commit comments

Comments
 (0)