Skip to content

Commit 4b28f3e

Browse files
committed
docs(config): update sidebar structure and labels
- Rename 'Getting Started' to 'Welcome' and manually set items - Add 'API Server' section with autogenerated content - Reorder 'Web Dashboard' to be after 'Mobile Client' - Remove autogenerated content from sidebar sections
1 parent 065f048 commit 4b28f3e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

astro.config.mjs

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,24 @@ export default defineConfig({
1616
],
1717
sidebar: [
1818
{
19-
label: 'Getting Started',
20-
autogenerate: { directory: 'getting-started' },
19+
label: 'Welcome',
20+
items: [
21+
{ label: 'Introduction', link: '/introduction' },
22+
{ label: 'Core Philosophy', link: '/core-philosophy' },
23+
],
2124
},
2225
{
23-
label: 'Deployment Guides',
24-
autogenerate: { directory: 'deployment' },
25-
},
26-
{
27-
label: 'Web Dashboard',
28-
autogenerate: { directory: 'web-dashboard' },
26+
label: 'API Server',
27+
autogenerate: { directory: 'api-server' },
2928
},
3029
{
3130
label: 'Mobile Client',
3231
autogenerate: { directory: 'mobile-client' },
3332
},
33+
{
34+
label: 'Web Dashboard',
35+
autogenerate: { directory: 'web-dashboard' },
36+
},
3437
],
3538
}),
3639
],

0 commit comments

Comments
 (0)