mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
More docs
This commit is contained in:
parent
b065b1b18e
commit
17f605dd6d
5 changed files with 91 additions and 2 deletions
|
@ -35,6 +35,16 @@ export const router = new VueRouter({
|
|||
path: "plugin-configuration",
|
||||
component: () => import("./components/docs/PluginConfiguration.vue"),
|
||||
},
|
||||
{
|
||||
path: "plugins",
|
||||
component: () => import("./components/docs/plugins/Layout.vue"),
|
||||
children: [
|
||||
{
|
||||
path: "mod-actions",
|
||||
component: () => import("./components/docs/plugins/ModActions.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue