Skip to content

Commit fa5d228

Browse files
authored
Merge pull request #22 from flutter-news-app-full-source-code/docs/sync
Docs/sync
2 parents b21b81b + 48b3968 commit fa5d228

File tree

6 files changed

+0
-158
lines changed

6 files changed

+0
-158
lines changed

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ export default defineConfig({
2020
{
2121
label: 'Getting Started',
2222
items: [
23-
{ label: 'Overview', link: '/getting-started/' },
24-
{ label: 'Core Philosophy', link: '/getting-started/core-philosophy' },
25-
{ label: 'Toolkit Architecture', link: '/getting-started/toolkit-architecture' },
2623
{ label: 'Local Setup', link: '/getting-started/local-setup' },
2724
{ label: 'Deployment', link: '/getting-started/deployment' },
2825
],

src/content/docs/getting-started/core-philosophy.mdx

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/content/docs/getting-started/deployment.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ import { Steps, Aside } from '@astrojs/starlight/components';
77

88
Once you have the toolkit running on your local machine, the next step is to go live. These guides provide clear, step-by-step instructions for preparing and deploying each component of the toolkit to a production environment.
99

10-
<Aside type="note" title="Before You Deploy">
11-
It is highly recommended that you first complete the guides in the [**Customization**](/docs/customization/) section. This will ensure you have made any desired branding or functional changes before releasing your applications.
12-
</Aside>
13-
1410
<Steps>
1511
1. **Deploy the API Server**
1612

src/content/docs/getting-started/index.mdx

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/content/docs/getting-started/toolkit-architecture.mdx

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/content/docs/mobile-client/index.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,4 @@ The Mobile Client is a feature-rich, cross-platform mobile app built with Flutte
1616
Learn how to build and deploy the mobile app to the app stores.
1717
[Read more &rarr;](/docs/mobile-client/deployment/)
1818
</Card>
19-
<Card title="Features" icon="puzzle">
20-
Explore the key features, from the dynamic feed to user personalization.
21-
[Read more &rarr;](/docs/mobile-client/features/)
22-
</Card>
23-
<Card title="Architecture" icon="tree-structure">
24-
Understand the architecture, state management, and navigation patterns.
25-
[Read more &rarr;](/docs/mobile-client/architecture/)
26-
</Card>
27-
<Card title="Developer Guides" icon="document">
28-
Practical guides for developers on theming, customization, and localization.
29-
[Read more &rarr;](/docs/mobile-client/guides/)
30-
</Card>
3119
</CardGrid>

0 commit comments

Comments
 (0)