Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default hopeTheme({
prefix: "tooling",
collapsible: true,
children: [
"validator"],
"linter-tool",],
},]
},
{
Expand Down Expand Up @@ -315,7 +315,7 @@ export default hopeTheme({
prefix: "tooling",
collapsible: true,
children: [
"validator"],
"linter-tool"],
},]
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/process-development/api-v1/tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ icon: operate
---

## Process Plugin Dev Tools
- [ DSF Process Plugin Validator](validator.md)
- [ DSF Linter](linter-tool.md)
Loading