mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Docs work
This commit is contained in:
parent
6a1ec188a6
commit
d9b65590d8
10 changed files with 167 additions and 91 deletions
|
@ -24,15 +24,15 @@ export const router = new VueRouter({
|
|||
component: () => import("./components/docs/Introduction.vue"),
|
||||
},
|
||||
{
|
||||
path: "configuration-format",
|
||||
path: "configuration/configuration-format",
|
||||
component: () => import("./components/docs/ConfigurationFormat.vue"),
|
||||
},
|
||||
{
|
||||
path: "permissions",
|
||||
path: "configuration/permissions",
|
||||
component: () => import("./components/docs/Permissions.vue"),
|
||||
},
|
||||
{
|
||||
path: "plugin-configuration",
|
||||
path: "configuration/plugin-configuration",
|
||||
component: () => import("./components/docs/PluginConfiguration.vue"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue