Skip to content

Commit 1454c0f

Browse files
committed
docs(sidebars): update architecture overview link in sidebar
- Change the link for 'Overview' from '/web-dashboard/architecture/overview' to '/web-dashboard/architecture/index'
1 parent 886136c commit 1454c0f

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
@@ -94,7 +94,7 @@ export default defineConfig({
9494
label: 'Architecture',
9595
collapsed: true,
9696
items: [
97-
{ label: 'Overview', link: '/web-dashboard/architecture/overview' },
97+
{ label: 'Overview', link: '/web-dashboard/architecture/index' },
9898
{ label: 'State Management (BLoC)', link: '/web-dashboard/architecture/state-management' },
9999
{ label: 'Routing (go_router)', link: '/web-dashboard/architecture/routing' },
100100
],

0 commit comments

Comments
 (0)