Skip to content

Commit 40fadf2

Browse files
authored
Merge pull request #11 from flutter-news-app-full-source-code/fix_wrong_path
Fix wrong path
2 parents 4c9b030 + 96b8734 commit 40fadf2

File tree

4 files changed

+17
-24
lines changed

4 files changed

+17
-24
lines changed

astro.config.mjs

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ export default defineConfig({
2727
{ label: 'Deployment', link: '/getting-started/deployment' },
2828
],
2929
},
30-
{
31-
label: 'Customization Guides',
32-
items: [
33-
{ label: 'Overview', link: '/customization/' },
34-
{
35-
label: 'Hosting Packages for Customization',
36-
link: '/customization/hosting-packages-for-customization',
37-
},
38-
{
39-
label: 'Guide: Customizing the UI Theme',
40-
link: '/customization/guide-customizing-the-ui',
41-
},
42-
],
43-
},
4430
{
4531
label: 'API Server',
4632
collapsed: true,
@@ -180,6 +166,21 @@ export default defineConfig({
180166
{ label: 'Deployment', link: '/mobile-client/deployment' },
181167
],
182168
},
169+
{
170+
label: 'Customization Guides',
171+
collapsed: true,
172+
items: [
173+
{ label: 'Overview', link: '/customization/' },
174+
{
175+
label: 'Hosting Packages for Customization',
176+
link: '/customization/hosting-packages-for-customization',
177+
},
178+
{
179+
label: 'Guide: Customizing the UI Theme',
180+
link: '/customization/guide-customizing-the-ui',
181+
},
182+
],
183+
},
183184
],
184185
}),
185186
],

src/content/docs/api-server/reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Failed requests will return an appropriate HTTP status code (e.g., `400`, `401`,
6060
```
6161

6262
<Aside type="note">
63-
For a detailed list of possible error codes and their meanings, please see the [Error Handling Guide](../features/error-handling/).
63+
For a detailed list of possible error codes and their meanings, please see the [Error Handling Guide](../architecture/error-handling//).
6464
</Aside>
6565

6666
## API Endpoint Guides

src/content/docs/getting-started/local-setup.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,3 @@ We recommend following the guides in the order presented to ensure a smooth setu
2828

2929
[Go to Mobile App Setup Guide &rarr;](/docs/mobile-client/local-setup/)
3030
</Steps>
31-
32-
### Next Steps: Customize Your Toolkit
33-
34-
Congratulations! You now have the entire toolkit running locally. This is the perfect time to explore the architecture and learn how to make it your own.
35-
36-
The next logical step is to dive into our **Architecture & Customization** section, where you will learn how to take ownership of the shared packages and begin customizing your applications.
37-
38-
[**Go to Architecture & Customization &rarr;**](/docs/architecture/)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ dependencies:
5555
```
5656
5757
<Aside type="tip">
58-
To truly customize the toolkit, you will need to host these packages in your own private repositories and update this `pubspec.yaml` file to point to your versions. The next guide will walk you through this essential process.
58+
To truly customize the toolkit, you will need to host these packages in your own private repositories and update this `pubspec.yaml` file to point to your versions. see the [Hosting Packages for Customization](/docs/customization/hosting-packages-for-customization/) guide.
5959
</Aside>

0 commit comments

Comments
 (0)