Skip to content

Commit

Permalink
docs: extract introduction section (vitejs#19413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Feb 13, 2025
1 parent ef4288e commit 3e07b17
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,16 +232,25 @@ export default defineConfig({
sidebar: {
'/guide/': [
{
text: 'Guide',
text: 'Introduction',
items: [
{
text: 'Why Vite',
link: '/guide/why',
},
{
text: 'Getting Started',
link: '/guide/',
},
{
text: 'Philosophy',
link: '/guide/philosophy',
},
{
text: 'Why Vite',
link: '/guide/why',
},
],
},
{
text: 'Guide',
items: [
{
text: 'Features',
link: '/guide/features',
Expand Down Expand Up @@ -294,10 +303,6 @@ export default defineConfig({
text: 'Performance',
link: '/guide/performance',
},
{
text: 'Philosophy',
link: '/guide/philosophy',
},
{
text: 'Migration from v5',
link: '/guide/migration',
Expand Down

0 comments on commit 3e07b17

Please sign in to comment.