Skip to content

Commit c9d6eba

Browse files
committed
docs(web-dashboard): update content and links for introduction page
- Update description and wording in the introduction text - Remove LinkButton import as it's not used - Update URLs for "Read more" links to point to section overviews - Update icon for Architecture card to "tree-structure" - Update all "Read more" links to use consistent formatting
1 parent d897b34 commit c9d6eba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 'Web Dashboard: Introduction'
3-
description: An overview of the Flutter News App Web Dashboard, the central control panel for your news ecosystem.
3+
description: An overview of the Flutter News App Web Dashboard, the central control panel for your news toolkit.
44
---
55

6-
import { Card, CardGrid, LinkButton } from '@astrojs/starlight/components';
6+
import { Card, CardGrid } from '@astrojs/starlight/components';
77

8-
The Flutter News App Web Dashboard is a comprehensive, production-ready web application built with Flutter. It serves as the central control panel for your entire news ecosystem, providing administrators and content publishers with the tools they need to manage content, configure the mobile app's behavior, and monitor key statistics.
8+
The Web Dashboard is a comprehensive, production-ready web application built with Flutter. It serves as the central control panel for your entire news toolkit, providing administrators and content publishers with the tools they need to manage content, configure the mobile app's behavior, and monitor key statistics.
99

1010
<CardGrid>
1111
<Card title="Local Setup" icon="rocket">
@@ -18,18 +18,18 @@ The Flutter News App Web Dashboard is a comprehensive, production-ready web appl
1818
</Card>
1919
<Card title="Features" icon="puzzle">
2020
Explore the key features, from content management to remote app configuration.
21-
[Read more &rarr;](/docs/web-dashboard/features/dashboard-overview/)
21+
[Read more &rarr;](/docs/web-dashboard/features/)
2222
</Card>
23-
<Card title="Architecture" icon="structure">
23+
<Card title="Architecture" icon="tree-structure">
2424
Understand the architecture, state management, and navigation patterns.
25-
[Read more &rarr;](/docs/web-dashboard/architecture/overview/)
25+
[Read more &rarr;](/docs/web-dashboard/architecture/)
2626
</Card>
2727
<Card title="Developer Guides" icon="document">
2828
Practical guides for developers on theming, customization, and localization.
29-
[Read more &rarr;](/docs/web-dashboard/guides/theming-and-customization/)
29+
[Read more &rarr;](/docs/web-dashboard/guides/)
3030
</Card>
3131
<Card title="User Manuals" icon="open-book">
3232
User-focused manuals for administrators and publishers.
33-
[Read more &rarr;](/docs/web-dashboard/manuals/managing-content/)
33+
[Read more &rarr;](/docs/web-dashboard/manuals/)
3434
</Card>
3535
</CardGrid>

0 commit comments

Comments
 (0)