mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-24 05:50:27 +01:00
🚧 Work in progress
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { RouteRecordRaw } from 'vue-router'
|
||||
import GettingStarted from './Getting-started.vue'
|
||||
import Starting from './Starting.vue'
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{ path: '/documentation/Getting-started', component: GettingStarted },
|
||||
{ path: '/documentation/getting-started', component: GettingStarted },
|
||||
{ path: '/documentation/starting', component: Starting },
|
||||
]
|
||||
|
||||
export default routes
|
||||
Reference in New Issue
Block a user