Skip to content

Commit

Permalink
added menu elements
Browse files Browse the repository at this point in the history
  • Loading branch information
schwzr committed Oct 30, 2023
1 parent 98e1e7e commit d5d12a5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default hopeTheme({
{
text: "Guideline v1.3.0 (stable)",
icon: "info",
children: ["index", "maintain/install", "maintain/upgrade-from-0", "maintain/allowList-mgm", "develop/create"],
children: ["index", "maintain/install", "maintain/upgrade-from-0", "maintain/allowList-mgm", "maintain/install-plugins", "develop/create"],
}
]
},
Expand Down Expand Up @@ -155,7 +155,13 @@ export default hopeTheme({
text: "Configuration",
link: "configuration"
}]
}],
},
{
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}
],
},
{
text: "Develop process plugins",
Expand Down Expand Up @@ -215,7 +221,12 @@ export default hopeTheme({
text: "Configuration",
link: "configuration"
}]
}],
},
{
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}],
},
{
text: "Develop process plugins",
Expand Down

0 comments on commit d5d12a5

Please sign in to comment.