Skip to content

Commit f1da9c2

Browse files
committed
docs: extract introduction section
resolve #1853 vitejs/vite@3e07b17 の反映です。
1 parent 488007e commit f1da9c2

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.vitepress/config.ts

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,25 @@ export default defineConfig({
239239
sidebar: {
240240
'/guide/': [
241241
{
242-
text: 'ガイド',
242+
text: 'はじめに',
243243
items: [
244-
{
245-
text: 'Vite を使う理由',
246-
link: '/guide/why',
247-
},
248244
{
249245
text: 'はじめに',
250246
link: '/guide/',
251247
},
248+
{
249+
text: '理念',
250+
link: '/guide/philosophy',
251+
},
252+
{
253+
text: 'Vite を使う理由',
254+
link: '/guide/why',
255+
},
256+
],
257+
},
258+
{
259+
text: 'ガイド',
260+
items: [
252261
{
253262
text: '特徴',
254263
link: '/guide/features',
@@ -301,10 +310,6 @@ export default defineConfig({
301310
text: 'パフォーマンス',
302311
link: '/guide/performance',
303312
},
304-
{
305-
text: '理念',
306-
link: '/guide/philosophy',
307-
},
308313
{
309314
text: 'v5 からの移行',
310315
link: '/guide/migration',

0 commit comments

Comments
 (0)