From 38635f0fd411b0cd4c31f8590a0a6c5d979d6366 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Sun, 8 Jun 2025 13:46:03 -0700 Subject: [PATCH] Fixed Docs menu item --- frontend/src/config/navigationConfig.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/config/navigationConfig.tsx b/frontend/src/config/navigationConfig.tsx index e8eb816..31585d9 100644 --- a/frontend/src/config/navigationConfig.tsx +++ b/frontend/src/config/navigationConfig.tsx @@ -69,19 +69,19 @@ export const navigationConfig: NavigationConfig = { { id: 'docs', label: 'Docs', - path: '/docs', + path: '/docs/*', icon: , component: , userTypes: ['guest', 'candidate', 'employer'], - children: [ - { - id: 'docs-subpage', - label: 'Docs Subpage', - path: '/docs/:subPage', - component: , - userTypes: ['guest', 'candidate', 'employer'], - }, - ], + // children: [ + // { + // id: 'docs-subpage', + // label: 'Docs Subpage', + // path: '/docs/:subPage', + // component: , + // userTypes: ['guest', 'candidate', 'employer'], + // }, + // ], }, { id: 'chat',