Skip to content

Commit 2bb20d1

Browse files
authored
Merge pull request #24 from flutter-news-app-full-source-code/docs/simplify
Docs/simplify
2 parents 6d9c8b7 + 8971955 commit 2bb20d1

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

astro.config.mjs

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,7 @@ export default defineConfig({
2323
{ label: 'Local Setup', link: '/getting-started/local-setup' },
2424
{ label: 'Deployment', link: '/getting-started/deployment' },
2525
],
26-
},
27-
{
28-
label: 'API Server',
29-
collapsed: true,
30-
items: [
31-
{ label: 'Introduction', link: '/api-server/' },
32-
{ label: 'Local Setup', link: '/api-server/local-setup' },
33-
{ label: 'Deployment', link: '/api-server/deployment' },
34-
],
35-
},
36-
{
37-
label: 'Web Dashboard',
38-
collapsed: true,
39-
items: [
40-
{ label: 'Introduction', link: '/web-dashboard/' },
41-
{ label: 'Local Setup', link: '/web-dashboard/local-setup' },
42-
{ label: 'Deployment', link: '/web-dashboard/deployment' },
43-
],
44-
},
45-
{
46-
label: 'Mobile Client',
47-
collapsed: true,
48-
items: [
49-
{ label: 'Introduction', link: '/mobile-client/' },
50-
{ label: 'Local Setup', link: '/mobile-client/local-setup' },
51-
{ label: 'Deployment', link: '/mobile-client/deployment' },
52-
],
53-
},
26+
},
5427
],
5528
}),
5629
],

src/content/docs/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
100100
</Card>
101101
</div>
102102

103-
## How the Toolkit Fits Together
104-
105-
The **API Server** is the central brain. Both the **Mobile Client** and the **Web Dashboard** communicate with it to fetch data, authenticate users, and retrieve configuration. The **Web Dashboard** is used to populate the content that the **Mobile Client** displays.
106-
107-
This separation of concerns makes the toolkit robust and flexible. You can manage your entire platform from the web and deliver updates to your mobile users instantly.
108-
109103
## Get Started: Try, Evaluate, and Launch
110104

111105
This toolkit is source-available, allowing you to explore the code and ensure it meets your standards before making a commitment.

0 commit comments

Comments
 (0)