Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,25 @@ export default defineConfig({
sidebar: {
'/guide/': [
{
text: 'ガイド',
text: 'はじめに',
items: [
{
text: 'Vite を使う理由',
link: '/guide/why',
},
{
text: 'はじめに',
link: '/guide/',
},
{
text: '理念',
link: '/guide/philosophy',
},
{
text: 'Vite を使う理由',
link: '/guide/why',
},
],
},
{
text: 'ガイド',
items: [
{
text: '特徴',
link: '/guide/features',
Expand Down Expand Up @@ -301,10 +310,6 @@ export default defineConfig({
text: 'パフォーマンス',
link: '/guide/performance',
},
{
text: '理念',
link: '/guide/philosophy',
},
{
text: 'v5 からの移行',
link: '/guide/migration',
Expand Down