diff --git a/components/AppNavbar.vue b/components/AppNavbar.vue
index b988b3a..38106c5 100644
--- a/components/AppNavbar.vue
+++ b/components/AppNavbar.vue
@@ -22,7 +22,7 @@
Create Workspace
- Help
+ Help
diff --git a/middleware/auth.global.ts b/middleware/auth.global.ts
index 4daba48..325f7aa 100644
--- a/middleware/auth.global.ts
+++ b/middleware/auth.global.ts
@@ -2,6 +2,7 @@ import { tdeiClient } from '~/services/index'
const ALLOW_ANONYMOUS = new Set([
'/',
+ '/help',
'/signin'
]);
diff --git a/pages/help.vue b/pages/help.vue
new file mode 100644
index 0000000..4537928
--- /dev/null
+++ b/pages/help.vue
@@ -0,0 +1,83 @@
+
+
+
+
+ Help & Support
+
+
+
+
+
+
+
+
+ Documentation
+
+
+
+
+ Step-by-step guides for creating and managing workspaces, editing,
+ exporting data, and more.
+
+
+
+ Open Workspaces Guides
+
+
+
+
+
+
+
+
+
+
+ Contact Support
+
+
+
+ Have a question or need help? Reach out to the TDEI helpdesk.
+
+
+ helpdesk@tdei.us
+
+
+
+
+
+