Skip to content

Commit 3313572

Browse files
authored
Merge pull request #37782 from niuzhenguo/overview
[zh] Update weights for concepts/overview/working-with-objects
2 parents 4c58d58 + 5857d4d commit 3313572

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

content/zh-cn/docs/concepts/overview/working-with-objects/annotations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 注解
33
content_type: concept
4-
weight: 50
4+
weight: 60
55
---
66

77
<!--
88
title: Annotations
99
content_type: concept
10-
weight: 50
10+
weight: 60
1111
-->
1212

1313
<!-- overview -->
@@ -124,7 +124,7 @@ If the prefix is omitted, the annotation Key is presumed to be private to the us
124124
-->
125125
## 语法和字符集
126126

127-
_注解(Annotations)_ 存储的形式是键/值对。有效的注解键分为两部分:
127+
**注解(Annotations)** 存储的形式是键/值对。有效的注解键分为两部分:
128128
可选的前缀和名称,以斜杠(`/`)分隔。
129129
名称段是必需项,并且必须在 63 个字符以内,以字母数字字符(`[a-z0-9A-Z]`)开头和结尾,
130130
并允许使用破折号(`-`),下划线(`_`),点(`.`)和字母数字。

content/zh-cn/docs/concepts/overview/working-with-objects/common-labels.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: 推荐使用的标签
33
content_type: concept
4+
weight: 100
45
---
56
<!--
67
---
78
title: Recommended Labels
89
content_type: concept
10+
weight: 100
911
---
1012
-->
1113

content/zh-cn/docs/concepts/overview/working-with-objects/field-selectors.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: 字段选择器
3-
weight: 60
3+
content_type: concept
4+
weight: 70
45
---
56
<!--
67
title: Field Selectors
7-
weight: 60
8+
content_type: concept
9+
weight: 70
810
-->
911

1012
<!--

content/zh-cn/docs/concepts/overview/working-with-objects/finalizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Finalizers
33
content_type: concept
4-
weight: 60
4+
weight: 80
55
---
66

77
<!-- overview -->

content/zh-cn/docs/concepts/overview/working-with-objects/names.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: 对象名称和 IDs
2+
title: 对象名称和 ID
33
content_type: concept
4-
weight: 20
4+
weight: 30
55
---
66
<!--
77
reviewers:
88
- mikedanese
99
- thockin
1010
title: Object Names and IDs
1111
content_type: concept
12-
weight: 20
12+
weight: 30
1313
-->
1414

1515
<!-- overview -->
@@ -164,7 +164,7 @@ Some resource types have additional restrictions on their names.
164164
某些资源类型可能具有额外的命名约束。
165165
{{< /note >}}
166166
167-
## UIDs
167+
## UID
168168
169169
{{< glossary_definition term_id="uid" length="all" >}}
170170

content/zh-cn/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 名字空间
33
content_type: concept
4-
weight: 30
4+
weight: 45
55
---
66
<!--
77
reviewers:
@@ -10,7 +10,7 @@ reviewers:
1010
- thockin
1111
title: Namespaces
1212
content_type: concept
13-
weight: 30
13+
weight: 45
1414
-->
1515

1616
<!-- overview -->

content/zh-cn/docs/concepts/overview/working-with-objects/object-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Kubernetes 对象管理
33
content_type: concept
4-
weight: 15
4+
weight: 20
55
---
66

77
<!-- overview -->

content/zh-cn/docs/concepts/overview/working-with-objects/owners-dependents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 属主与附属
33
content_type: concept
4-
weight: 60
4+
weight: 90
55
---
66
<!--
77
title: Owners and Dependents

0 commit comments

Comments
 (0)