Skip to content

Commit 96b8734

Browse files
committed
docs(sidebar): move customization guides to bottom and collapse
- Move 'Customization Guides' section to the bottom of the sidebar - Collapse 'Customization Guides' section by default - Update sidebar structure for improved navigation
1 parent a3436e1 commit 96b8734

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
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
],

0 commit comments

Comments
 (0)