File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -239,16 +239,25 @@ export default defineConfig({
239
239
sidebar : {
240
240
'/guide/' : [
241
241
{
242
- text : 'ガイド ' ,
242
+ text : 'イントロダクション ' ,
243
243
items : [
244
- {
245
- text : 'Vite を使う理由' ,
246
- link : '/guide/why' ,
247
- } ,
248
244
{
249
245
text : 'はじめに' ,
250
246
link : '/guide/' ,
251
247
} ,
248
+ {
249
+ text : '理念' ,
250
+ link : '/guide/philosophy' ,
251
+ } ,
252
+ {
253
+ text : 'Vite を使う理由' ,
254
+ link : '/guide/why' ,
255
+ } ,
256
+ ] ,
257
+ } ,
258
+ {
259
+ text : 'ガイド' ,
260
+ items : [
252
261
{
253
262
text : '特徴' ,
254
263
link : '/guide/features' ,
@@ -297,10 +306,6 @@ export default defineConfig({
297
306
text : 'パフォーマンス' ,
298
307
link : '/guide/performance' ,
299
308
} ,
300
- {
301
- text : '理念' ,
302
- link : '/guide/philosophy' ,
303
- } ,
304
309
{
305
310
text : 'v5 からの移行' ,
306
311
link : '/guide/migration' ,
You can’t perform that action at this time.
0 commit comments