mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 08:17:20 +02:00
add app docs with cms
This commit is contained in:
@@ -86,6 +86,14 @@ const router = createRouter({
|
||||
title: 'App | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/app/docs',
|
||||
name: 'app-docs',
|
||||
component: () => import('../views/DeflockAppDocs.vue'),
|
||||
meta: {
|
||||
title: 'App User Guide | DeFlock'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/contact',
|
||||
name: 'contact',
|
||||
|
||||
Reference in New Issue
Block a user