Skip to content

Commit c8c6232

Browse files
committed
docs(architecture): reorganize and rename architecture-related content
- Update sidebar structure for better organization - Add overview page for architecture section - Remove number prefixes from architecture file names - Update corresponding file paths in the sidebar configuration - Move error-handling.md from features to architecture section
1 parent 44c6c7b commit c8c6232

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

astro.config.mjs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,24 @@ export default defineConfig({
2222
{ label: 'Deployment', link: '/deployment' },
2323
{
2424
label: 'Architecture & Customization',
25-
collapsed: false,
25+
collapsed: true,
2626
items: [
27+
{
28+
label: 'Overview',
29+
link: '/architecture/index',
30+
},
31+
2732
{
2833
label: 'Understanding the Toolkit Architecture',
29-
link: '/architecture/01-toolkit-architecture',
34+
link: '/architecture/toolkit-architecture',
3035
},
3136
{
3237
label: 'Taking Ownership of Packages',
33-
link: '/architecture/02-taking-ownership-of-packages',
38+
link: '/architecture/taking-ownership-of-packages',
3439
},
3540
{
3641
label: 'Guide: Customizing the UI Theme',
37-
link: '/architecture/03-guide-customizing-the-ui',
42+
link: '/architecture/guide-customizing-the-ui',
3843
},
3944
],
4045
},
@@ -54,7 +59,6 @@ export default defineConfig({
5459
{ label: 'Email Service', link: '/api-server/features/email-service' },
5560
{ label: 'Data Management', link: '/api-server/features/data-management-api' },
5661
{ label: 'RBAC', link: '/api-server/features/rbac' },
57-
{ label: 'Error Handling', link: '/api-server/features/error-handling' },
5862
],
5963
},
6064
{
@@ -77,6 +81,7 @@ export default defineConfig({
7781
{ label: 'Middleware', link: '/api-server/architecture/middleware' },
7882
{ label: 'Data Seeding & Fixtures', link: '/api-server/architecture/data-seeding-and-fixtures' },
7983
{ label: 'Generic Data Endpoint', link: '/api-server/architecture/generic-data-endpoint' },
84+
{ label: 'Error Handling', link: '/api-server/features/error-handling' },
8085
],
8186
},
8287
{
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)