Docs updates
This commit is contained in:
parent
f820a06bac
commit
028786d348
13 changed files with 208 additions and 60 deletions
|
@ -19,6 +19,10 @@ export const router = new VueRouter({
|
|||
children: [
|
||||
{
|
||||
path: "",
|
||||
redirect: "/docs/introduction",
|
||||
},
|
||||
{
|
||||
path: "introduction",
|
||||
component: () => import("./components/docs/Introduction.vue"),
|
||||
},
|
||||
{
|
||||
|
@ -34,9 +38,17 @@ export const router = new VueRouter({
|
|||
component: () => import("./components/docs/PluginConfiguration.vue"),
|
||||
},
|
||||
{
|
||||
path: "descriptions/argument-types",
|
||||
path: "reference/argument-types",
|
||||
component: () => import("./components/docs/ArgumentTypes.vue"),
|
||||
},
|
||||
{
|
||||
path: "setup-guides/logs",
|
||||
component: () => import("./components/docs/WorkInProgress.vue"),
|
||||
},
|
||||
{
|
||||
path: "setup-guides/moderation",
|
||||
component: () => import("./components/docs/WorkInProgress.vue"),
|
||||
},
|
||||
{
|
||||
path: "plugins/:pluginName/:tab?",
|
||||
component: () => import("./components/docs/Plugin.vue"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue