@@ -32,26 +32,42 @@ export const jaConfig = defineConfig({
32
32
* See https://github.com/vuejs/vitepress/issues/3056
33
33
*/
34
34
nav : [
35
- { text : 'ガイド ' , link : '/ja/introduction ' } ,
36
- { text : 'ハンズオン' , link : '/ja/project-setup ' } ,
35
+ { text : 'コンセプト ' , link : '/ja/concepts/ ' } ,
36
+ { text : 'ハンズオン' , link : '/ja/hands-on/ ' } ,
37
37
] ,
38
38
langMenuLabel : '言語を切り替える' ,
39
39
darkModeSwitchLabel : '外観' ,
40
40
lightModeSwitchTitle : 'ライトモードに切り替える' ,
41
41
darkModeSwitchTitle : 'ダークモードに切り替える' ,
42
42
sidebarMenuLabel : 'メニュー' ,
43
43
sidebar : [
44
+ { text : 'はじめに' , link : '/ja/introduction' } ,
44
45
{
45
- text : 'ガイド' ,
46
+ text : 'コンセプト' ,
47
+ collapsed : false ,
46
48
items : [
47
- { text : 'はじめに' , link : '/ja/introduction' } ,
48
- { text : '必要なツールのインストール' , link : '/ja/tools' } ,
49
+ { text : '概要' , link : '/ja/concepts/' } ,
50
+ {
51
+ text : 'コマンドラインインターフェース' ,
52
+ link : '/ja/concepts/command-line-interface' ,
53
+ } ,
54
+ // { text: '開発サーバー', link: '/ja/concepts/dev-server' },
55
+ // { text: 'プレビューサーバー', link: '/ja/concepts/preview-server' },
56
+ // { text: 'プラグインコンテナー', link: '/ja/concepts/plugin-container' },
57
+ // { text: 'モジュールグラフ', link: '/ja/concepts/module-graph' },
49
58
] ,
50
59
} ,
51
60
{
52
61
text : 'ハンズオン' ,
62
+ collapsed : false ,
53
63
items : [
54
- { text : 'プロジェクトのセットアップ' , link : '/ja/project-setup' } ,
64
+ { text : '概要' , link : '/ja/hands-on/' } ,
65
+ { text : 'ツールのセットアップ' , link : '/ja/hands-on/tool-setup' } ,
66
+ {
67
+ text : 'プロジェクトのセットアップ' ,
68
+ link : '/ja/hands-on/project-setup' ,
69
+ } ,
70
+ // { text: 'Hello, chibivite!', link: '/ja/hands-on/hello-chibivite' },
55
71
] ,
56
72
} ,
57
73
] ,
0 commit comments