3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

More docs

This commit is contained in:
Dragory 2019-07-28 20:13:01 +03:00
parent b065b1b18e
commit 17f605dd6d
5 changed files with 91 additions and 2 deletions

View file

@ -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"),
},
],
},
],
},