add app docs with cms

This commit is contained in:
Will Freeman
2025-11-09 19:27:04 -07:00
parent fa25cc602b
commit 458906b46e
4 changed files with 844 additions and 89 deletions
+8
View File
@@ -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',