File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
content/zh-cn/docs/contribute/style Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ Here is the `{{</* figure */>}}` shortcode for the diagram defined in an
1060
1060
`.svg` image file saved to `/images/docs/components-of-kubernetes.svg`:
1061
1061
1062
1062
```none
1063
- {{</* figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" caption="Figure 4. Kubernetes Architecture Components */>}}
1063
+ {{</* figure src="/images/docs/components-of-kubernetes.svg" alt="Kubernetes pod running inside a cluster" class="diagram-large" caption="Figure 4. Kubernetes Architecture Components" */>}}
1064
1064
```
1065
1065
-->
1066
1066
** 图表本身**
Original file line number Diff line number Diff line change @@ -105,21 +105,21 @@ You can declare a `prerequisites` heading as follows:
105
105
106
106
<!--
107
107
The `heading` shortcode expects one string parameter.
108
- The heading string parameter matches the prefix of a variable in the `i18n/<lang>.toml` files.
108
+ The heading string parameter matches the prefix of a variable in the `i18n/<lang>/<lang> .toml` files.
109
109
For example:
110
110
-->
111
111
短代码 ` heading ` 需要一个字符串参数。
112
- 该字符串参数要与 ` i18n/<语言>.toml ` 文件中以其为前缀的某个变量匹配。
112
+ 该字符串参数要与 ` i18n/<语言>/<语言> .toml ` 文件中以其为前缀的某个变量匹配。
113
113
例如:
114
114
115
- ` i18n/en.toml ` :
115
+ ` i18n/en/en .toml ` :
116
116
117
117
``` toml
118
118
[whatsnext_heading ]
119
119
other = " What's next"
120
120
```
121
121
122
- ` i18n/ko.toml ` :
122
+ ` i18n/ko/ko .toml ` :
123
123
124
124
``` toml
125
125
[whatsnext_heading ]
You can’t perform that action at this time.
0 commit comments