You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/contribute/style/hugo-shortcodes/index.md
+41-4Lines changed: 41 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,26 +125,33 @@ parameter.
125
125
126
126
<!--
127
127
## Glossary
128
+
There are two glossary tooltips.
128
129
129
130
You can reference glossary terms with an inclusion that will automatically
130
131
update and replace content with the relevant links from [our
131
132
glossary](/docs/reference/glossary/). When the term is moused-over by someone
132
133
using the online documentation, the glossary entry will display a tooltip.
134
+
135
+
As well as inclusions with tooltips, you can reuse the definitions from the glossary in
136
+
page content.
133
137
-->
134
138
## 词汇
135
139
140
+
有两种词汇表提示。
141
+
136
142
你可以通过加入术语词汇的短代码,来自动更新和替换相应链接中的内容
137
143
([我们的词汇库](/zh/docs/reference/glossary/))
138
144
这样,在浏览在线文档,鼠标移到术语上时,术语解释就会显示在提示框中。
139
145
146
+
除了包含工具提示外,你还可以重用页面内容中词汇表中的定义。
140
147
<!--
141
148
The raw data for glossary terms is stored at [https://github.com/kubernetes/website/tree/master/content/en/docs/reference/glossary](https://github.com/kubernetes/website/tree/master/content/en/docs/reference/glossary), with a content file for each glossary term.
0 commit comments