File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "zh" : " 快速上手"
55 },
66 "subtitle" : {
7- "en" : " The Unified Rstack Toolchain" ,
8- "zh" : " 统一的 Rstack 工具链"
7+ "en" : " The Unified JavaScript Toolchain" ,
8+ "zh" : " 统一的 JavaScript 工具链"
99 },
1010 "slogan" : {
1111 "en" : " One CLI, one configuration, one consistent workflow" ,
12- "zh" : " 一个命令行、一份配置、一致的研发体验 "
12+ "zh" : " 一个命令行、一份配置、一致的工作流 "
1313 },
1414 "unifiedCli" : {
1515 "en" : " One CLI" ,
Original file line number Diff line number Diff line change @@ -25,18 +25,26 @@ function useFooterData() {
2525 {
2626 title : t ( 'commands' ) ,
2727 items : [
28- {
29- title : 'rs dev' ,
30- link : getLink ( '/guide/cli/dev' ) ,
31- } ,
3228 {
3329 title : 'rs build' ,
3430 link : getLink ( '/guide/cli/build' ) ,
3531 } ,
32+ {
33+ title : 'rs lib' ,
34+ link : getLink ( '/guide/cli/lib' ) ,
35+ } ,
3636 {
3737 title : 'rs test' ,
3838 link : getLink ( '/guide/cli/test' ) ,
3939 } ,
40+ {
41+ title : 'rs lint' ,
42+ link : getLink ( '/guide/cli/lint' ) ,
43+ } ,
44+ {
45+ title : 'rs doc' ,
46+ link : getLink ( '/guide/cli/doc' ) ,
47+ } ,
4048 ] ,
4149 } ,
4250 {
You can’t perform that action at this time.
0 commit comments