@@ -17,29 +17,27 @@ export default defineConfig({
17
17
} ,
18
18
] ,
19
19
sidebar : [
20
- { label : 'Core Philosophy' , link : '/core-philosophy' } ,
21
- { label : 'Local Setup' , link : '/local-setup' } ,
22
- { label : 'Deployment' , link : '/deployment' } ,
23
20
{
24
- label : 'Architecture & Customization' ,
25
- collapsed : true ,
21
+ label : 'Getting Started' ,
26
22
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' } ,
26
+ { label : 'Local Setup' , link : '/getting-started/local-setup' } ,
27
+ { label : 'Deployment' , link : '/getting-started/deployment' } ,
28
+ ] ,
29
+ } ,
30
+ {
31
+ label : 'Customization Guides' ,
32
+ items : [
33
+ { label : 'Overview' , link : '/customization/' } ,
27
34
{
28
- label : 'Overview' ,
29
- link : '/architecture/index' ,
30
- } ,
31
-
32
- {
33
- label : 'Understanding the Toolkit Architecture' ,
34
- link : '/architecture/toolkit-architecture' ,
35
- } ,
36
- {
37
- label : 'Taking Ownership of Packages' ,
38
- link : '/architecture/taking-ownership-of-packages' ,
35
+ label : 'Hosting Packages for Customization' ,
36
+ link : '/customization/hosting-packages-for-customization' ,
39
37
} ,
40
38
{
41
39
label : 'Guide: Customizing the UI Theme' ,
42
- link : '/architecture /guide-customizing-the-ui' ,
40
+ link : '/customization /guide-customizing-the-ui' ,
43
41
} ,
44
42
] ,
45
43
} ,
@@ -81,7 +79,7 @@ export default defineConfig({
81
79
{ label : 'Middleware' , link : '/api-server/architecture/middleware' } ,
82
80
{ label : 'Data Seeding & Fixtures' , link : '/api-server/architecture/data-seeding-and-fixtures' } ,
83
81
{ label : 'Generic Data Endpoint' , link : '/api-server/architecture/generic-data-endpoint' } ,
84
- { label : 'Error Handling' , link : '/api-server/features /error-handling' } ,
82
+ { label : 'Error Handling' , link : '/api-server/architecture /error-handling' } ,
85
83
] ,
86
84
} ,
87
85
{
@@ -97,7 +95,7 @@ export default defineConfig({
97
95
{ label : 'Deployment' , link : '/api-server/deployment' } ,
98
96
] ,
99
97
} ,
100
- {
98
+ {
101
99
label : 'Web Dashboard' ,
102
100
collapsed : true ,
103
101
items : [
0 commit comments