Skip to content

Commit e6d9fbb

Browse files
committed
refactor(config): remove unused sidebar items and adjust structure
- Remove 'Welcome' section from sidebar configuration - Retain 'Getting Started' section with autogenerate enabled
1 parent 86148b6 commit e6d9fbb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

astro.config.mjs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ export default defineConfig({
1515
},
1616
],
1717
sidebar: [
18-
{
19-
label: 'Welcome',
20-
items: [
21-
{ label: 'Introduction', slug: 'welcome/introduction' },
22-
// { label: 'Core Philosophy', slug: 'welcome/core-philosophy' },
23-
],
24-
},
2518
{
2619
label: 'Getting Started',
2720
autogenerate: { directory: 'getting-started' },

0 commit comments

Comments
 (0)