diff --git a/frontend/app/dashboard/docs/page.tsx b/frontend/app/dashboard/docs/page.tsx new file mode 100644 index 0000000..ff1e146 --- /dev/null +++ b/frontend/app/dashboard/docs/page.tsx @@ -0,0 +1,10 @@ +import React from 'react'; +import DocumentationContent from '@/components/docs/DocumentationContent'; + +export default function DocumentationPage() { + return ( +
+ +
+ ); +} diff --git a/frontend/app/dashboard/layout.tsx b/frontend/app/dashboard/layout.tsx index 0651202..17d5812 100644 --- a/frontend/app/dashboard/layout.tsx +++ b/frontend/app/dashboard/layout.tsx @@ -50,6 +50,13 @@ export default function DashboardLayout({
+ + + + + Documentation + +