Skip to content

Commit a69b813

Browse files
committed
docs: remove redundant getting started links
- Removed 'Overview', 'Core Philosophy', and 'Toolkit Architecture' links from the sidebar - These pages have been duplicated in the sidebar since the /guide/ rewrite
1 parent 4c42666 commit a69b813

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ export default defineConfig({
2020
{
2121
label: 'Getting Started',
2222
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' },
2623
{ label: 'Local Setup', link: '/getting-started/local-setup' },
2724
{ label: 'Deployment', link: '/getting-started/deployment' },
2825
],

0 commit comments

Comments
 (0)