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',