Skip to content

Commit 841e4ea

Browse files
committed
docs(web-dashboard): add data loading strategy card to architecture page
- Add a new card for the "Data Loading Strategy" in the CardGrid component - Include a brief description and link to the data loading strategy page
1 parent d94c36e commit 841e4ea

File tree

1 file changed

+4
-0
lines changed
  • src/content/docs/web-dashboard/architecture

1 file changed

+4
-0
lines changed

src/content/docs/web-dashboard/architecture/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ The Flutter News App Web Dashboard is built upon a clean, scalable, and maintain
1616
An explanation of how navigation and routing are handled using go_router.
1717
[Read more →](/docs/web-dashboard/architecture/routing/)
1818
</Card>
19+
<Card title="Data Loading Strategy" icon="cloud-download">
20+
An explanation of the pre-fetching strategy for dropdown data.
21+
[Read more &rarr;](/docs/web-dashboard/architecture/data-loading-strategy/)
22+
</Card>
1923
</CardGrid>

0 commit comments

Comments
 (0)