Skip to content

Commit 42805c0

Browse files
committed
docs(sidebar): move web dashboard section under api server
- Removed Web Dashboard section from the root of the sidebar - Added Web Dashboard section as a child of API Server - Maintained the same structure and links for Web Dashboard content
1 parent eb1d056 commit 42805c0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

astro.config.mjs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@ export default defineConfig({
4747
},
4848
{ label: 'Deployment', link: '/api-server/deployment' },
4949
],
50+
},
51+
{
52+
label: 'Web Dashboard',
53+
collapsed: true,
54+
items: [
55+
{ label: 'Introduction', link: '/web-dashboard/' },
56+
{ label: 'Local Setup', link: '/web-dashboard/local-setup' },
57+
{
58+
label: 'Features',
59+
collapsed: true,
60+
items: [
61+
{ label: 'App Configuration', link: '/web-dashboard/features/app-configuration' },
62+
{ label: 'Authentication', link: '/web-dashboard/features/authentication' },
63+
{ label: 'Content Management', link: '/web-dashboard/features/content-management' },
64+
{ label: 'Dashboard Overview', link: '/web-dashboard/features/dashboard-overview' },
65+
],
66+
},
67+
{ label: 'Deployment', link: '/web-dashboard/deployment' },
68+
],
5069
},
5170
{
5271
label: 'Mobile Client',
@@ -78,25 +97,6 @@ export default defineConfig({
7897
{ label: 'Deployment', link: '/mobile-client/deployment' },
7998
],
8099
},
81-
{
82-
label: 'Web Dashboard',
83-
collapsed: true,
84-
items: [
85-
{ label: 'Introduction', link: '/web-dashboard/' },
86-
{ label: 'Local Setup', link: '/web-dashboard/local-setup' },
87-
{
88-
label: 'Features',
89-
collapsed: true,
90-
items: [
91-
{ label: 'App Configuration', link: '/web-dashboard/features/app-configuration' },
92-
{ label: 'Authentication', link: '/web-dashboard/features/authentication' },
93-
{ label: 'Content Management', link: '/web-dashboard/features/content-management' },
94-
{ label: 'Dashboard Overview', link: '/web-dashboard/features/dashboard-overview' },
95-
],
96-
},
97-
{ label: 'Deployment', link: '/web-dashboard/deployment' },
98-
],
99-
},
100100
],
101101
}),
102102
],

0 commit comments

Comments
 (0)