You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
9
9
10
10
<CardGrid>
11
11
<Cardtitle="Local Setup"icon="rocket">
@@ -18,18 +18,18 @@ The Flutter News App Web Dashboard is a comprehensive, production-ready web appl
18
18
</Card>
19
19
<Cardtitle="Features"icon="puzzle">
20
20
Explore the key features, from content management to remote app configuration.
21
-
[Read more →](/docs/web-dashboard/features/dashboard-overview/)
21
+
[Read more →](/docs/web-dashboard/features/)
22
22
</Card>
23
-
<Cardtitle="Architecture"icon="structure">
23
+
<Cardtitle="Architecture"icon="tree-structure">
24
24
Understand the architecture, state management, and navigation patterns.
25
-
[Read more →](/docs/web-dashboard/architecture/overview/)
25
+
[Read more →](/docs/web-dashboard/architecture/)
26
26
</Card>
27
27
<Cardtitle="Developer Guides"icon="document">
28
28
Practical guides for developers on theming, customization, and localization.
29
-
[Read more →](/docs/web-dashboard/guides/theming-and-customization/)
29
+
[Read more →](/docs/web-dashboard/guides/)
30
30
</Card>
31
31
<Cardtitle="User Manuals"icon="open-book">
32
32
User-focused manuals for administrators and publishers.
33
-
[Read more →](/docs/web-dashboard/manuals/managing-content/)
0 commit comments