Skip to content

Commit 04b907b

Browse files
authored
docs: extract introduction section (#1859)
* docs: extract introduction section resolve #1853 vitejs/vite@3e07b17 の反映です。 * はじめに→イントロダクション
1 parent 2eff349 commit 04b907b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.vitepress/config.ts

+14-9
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',
@@ -297,10 +306,6 @@ export default defineConfig({
297306
text: 'パフォーマンス',
298307
link: '/guide/performance',
299308
},
300-
{
301-
text: '理念',
302-
link: '/guide/philosophy',
303-
},
304309
{
305310
text: 'v5 からの移行',
306311
link: '/guide/migration',

0 commit comments

Comments
 (0)