Skip to content

Commit db13db0

Browse files
authored
docs: update titles and section headers (#709)
1 parent 05293c1 commit db13db0

File tree

11 files changed

+93
-77
lines changed

11 files changed

+93
-77
lines changed

pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/en/api/_meta.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
[
2+
{
3+
"type": "section-header",
4+
"label": "Overview"
5+
},
26
{
37
"type": "file",
48
"name": "index",
5-
"label": "Overview"
9+
"label": "API Overview"
610
},
711
{
8-
"type": "dir",
12+
"type": "dir-section-header",
913
"name": "test-api",
1014
"label": "Test API"
1115
},
1216
{
13-
"type": "dir",
17+
"type": "dir-section-header",
1418
"name": "rstest",
1519
"label": "Rstest Utility"
1620
}

website/docs/en/config/_meta.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[
2+
{
3+
"type": "section-header",
4+
"label": "Overview"
5+
},
26
{
37
"type": "file",
48
"name": "index",
5-
"label": "Overview"
9+
"label": "Config overview"
610
},
711
{
8-
"type": "dir",
12+
"type": "dir-section-header",
913
"name": "test",
10-
"label": "Test Configurations"
14+
"label": "Test configurations"
1115
},
1216
{
13-
"type": "dir",
17+
"type": "dir-section-header",
1418
"name": "build",
15-
"label": "Build Configurations"
19+
"label": "Build configurations"
1620
}
1721
]

website/docs/en/config/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Config Overview
2+
title: Config overview
33
---
44

55
This page lists all the configurations for Rstest. See ["Configure Rstest"](/guide/basic/configure-rstest) for details.

website/docs/en/guide/_meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[
22
{
3-
"type": "dir",
3+
"type": "dir-section-header",
44
"name": "start",
5-
"label": "Getting Started"
5+
"label": "Start"
66
},
77
{
8-
"type": "dir",
8+
"type": "dir-section-header",
99
"name": "basic",
1010
"label": "Basic"
1111
},
1212
{
13-
"type": "dir",
13+
"type": "dir-section-header",
1414
"name": "advanced",
1515
"label": "Advanced"
1616
},
1717
{
18-
"type": "dir",
18+
"type": "dir-section-header",
1919
"name": "migration",
2020
"label": "Migration"
2121
}

website/docs/zh/api/_meta.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[
2+
{
3+
"type": "section-header",
4+
"label": "总览"
5+
},
26
{
37
"type": "file",
48
"name": "index",
5-
"label": "Overview"
9+
"label": "API 总览"
610
},
711
{
8-
"type": "dir",
12+
"type": "dir-section-header",
913
"name": "test-api",
1014
"label": "Test API"
1115
},
1216
{
13-
"type": "dir",
17+
"type": "dir-section-header",
1418
"name": "rstest",
15-
"label": "Rstest Utility"
19+
"label": "Rstest 实用工具"
1620
}
1721
]

website/docs/zh/api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
overview: true
3-
title: API Overview
3+
title: API 总览
44
---
55

66
当前页面列出了 Rstest 所有的测试 API。

website/docs/zh/config/_meta.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[
2+
{
3+
"type": "section-header",
4+
"label": "总览"
5+
},
26
{
37
"type": "file",
48
"name": "index",
5-
"label": "Overview"
9+
"label": "配置总览"
610
},
711
{
8-
"type": "dir",
12+
"type": "dir-section-header",
913
"name": "test",
10-
"label": "Test Configurations"
14+
"label": "测试配置"
1115
},
1216
{
13-
"type": "dir",
17+
"type": "dir-section-header",
1418
"name": "build",
15-
"label": "Build Configurations"
19+
"label": "构建配置"
1620
}
1721
]

website/docs/zh/config/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Config 总览
2+
title: 配置总览
33
---
44

55
当前页面列出了 Rstest 所有的配置项,请查看 [「配置 Rstest」](/guide/basic/configure-rstest) 了解使用方式。

0 commit comments

Comments
 (0)