Skip to content

Commit 3837de0

Browse files
committed
docs: update homepage copy and footer links
1 parent 39619f5 commit 3837de0

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

website/i18n.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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",

website/theme/components/HomeFooter.tsx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)