Skip to content

Commit a4b9de2

Browse files
committed
refactor: streamline navigation items in astro.config.ts
- Remove redundant entries and nested lists for improved clarity and structure
1 parent c04860c commit a4b9de2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/astro.config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,18 +92,6 @@ export default defineConfig({
9292
{ slug: 'six/figma-x', badge: 'New' },
9393
{ slug: 'six/grid-x' },
9494
{ slug: 'six/container-section-x' },
95-
{
96-
label: 'Cursor',
97-
items: [
98-
{ label: 'Cursor Rules', slug: 'six/container-section-x' },
99-
],
100-
},
101-
{
102-
label: 'Kiro',
103-
items: [
104-
{ label: 'Introduction', slug: 'six/container-section-x' },
105-
],
106-
},
10795
],
10896
},
10997
],

0 commit comments

Comments
 (0)