Skip to content

Commit b55752d

Browse files
committed
docs(web-dashboard): add data loading strategy to architecture section
- Add new menu item for 'Data Loading Strategy' in the web dashboard architecture section - The new link points to '/web-dashboard/architecture/data-loading-strategy'
1 parent db0abbd commit b55752d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default defineConfig({
105105
{ label: 'Overview', link: '/web-dashboard/architecture/' },
106106
{ label: 'State Management (BLoC)', link: '/web-dashboard/architecture/state-management' },
107107
{ label: 'Routing (go_router)', link: '/web-dashboard/architecture/routing' },
108+
{ label: 'Data Loading Strategy', link: '/web-dashboard/architecture/data-loading-strategy' },
108109
],
109110
},
110111
{

0 commit comments

Comments
 (0)