Skip to content

Commit 618fcad

Browse files
committed
feat(docs): rename and restructure getting started content
- Rename 'introduction.mdx' to 'getting-started.mdx' - Update title to 'Getting Started: Local Setup' - Modify internal links to point to new locations: - API setup guide - Dashboard setup guide - Mobile app setup guide
1 parent 34671a9 commit 618fcad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/introduction.mdx renamed to src/content/docs/getting-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Local Setup Guide
2+
title: 'Getting Started: Local Setup'
33
description: An overview of the local setup process for the entire Flutter News App ecosystem.
44
---
55

@@ -12,19 +12,19 @@ Follow the guides below in the recommended order to ensure a smooth setup proces
1212
<CardGrid>
1313
<Card title="1. Set Up the API Server" icon="cloud">
1414
Start by getting the backend running. The API server handles data, authentication, and configuration for both the dashboard and the mobile app.
15-
<a href="/getting-started/local-setup-api" style={{ display: 'block', marginTop: '1rem' }}>
15+
<a href="/api-server/local-setup/" style={{ display: 'block', marginTop: '1rem' }}>
1616
Go to API Setup Guide &rarr;
1717
</a>
1818
</Card>
1919
<Card title="2. Set Up the Web Dashboard" icon="laptop">
2020
Next, run the web-based administrative dashboard. You'll use this to manage content and configure the application.
21-
<a href="/getting-started/local-setup-dashboard" style={{ display: 'block', marginTop: '1rem' }}>
21+
<a href="/web-dashboard/local-setup/" style={{ display: 'block', marginTop: '1rem' }}>
2222
Go to Dashboard Setup Guide &rarr;
2323
</a>
2424
</Card>
2525
<Card title="3. Set Up the Mobile Client" icon="phone">
2626
Finally, set up the Flutter mobile app for iOS and Android to see the end-user experience.
27-
<a href="/getting-started/local-setup-mobile" style={{ display: 'block', marginTop: '1rem' }}>
27+
<a href="/mobile-client/local-setup/" style={{ display: 'block', marginTop: '1rem' }}>
2828
Go to Mobile App Setup Guide &rarr;
2929
</a>
3030
</Card>

0 commit comments

Comments
 (0)