Skip to content

Commit 9b0f89c

Browse files
committed
fix(docs): update architecture overview link in sidebar
- Change the link for 'Overview' from '/web-dashboard/architecture/index' to '/web-dashboard/architecture/' - This ensures consistency with the folder structure and improves navigation in the web dashboard documentation
1 parent b9e3229 commit 9b0f89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default defineConfig({
115115
label: 'Architecture',
116116
collapsed: true,
117117
items: [
118-
{ label: 'Overview', link: '/web-dashboard/architecture/index' },
118+
{ label: 'Overview', link: '/web-dashboard/architecture/' },
119119
{ label: 'State Management (BLoC)', link: '/web-dashboard/architecture/state-management' },
120120
{ label: 'Routing (go_router)', link: '/web-dashboard/architecture/routing' },
121121
],

0 commit comments

Comments
 (0)