File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
222
222
url = " https://discuss.kubernetes.io"
223
223
icon = " fa fa-envelope"
224
224
desc = " Discussion and help from your fellow users"
225
-
225
+
226
226
[[params .links .user ]]
227
227
name = " Twitter"
228
228
url = " https://twitter.com/kubernetesio"
@@ -259,7 +259,7 @@ no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY
259
259
url = " https://git.k8s.io/community/contributors/guide"
260
260
icon = " fas fa-edit"
261
261
desc = " Contribute to the Kubernetes website"
262
-
262
+
263
263
[[params .links .developer ]]
264
264
name = " Stack Overflow"
265
265
url = " https://stackoverflow.com/questions/tagged/kubernetes"
Original file line number Diff line number Diff line change @@ -210,8 +210,11 @@ other = "Your Kubernetes server must be at or later than version "
210
210
[version_check_tocheck ]
211
211
other = " To check the version, enter "
212
212
213
+ [version_menu ]
214
+ other = " Versions"
215
+
213
216
[warning ]
214
217
other = " Warning:"
215
218
216
219
[whatsnext_heading ]
217
- other = " What's next"
220
+ other = " What's next"
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ other = "このページは役に立ちましたか?"
58
58
[feedback_yes ]
59
59
other = " はい"
60
60
61
+ [input_placeholder_email_address ]
62
+ other = " メールアドレス"
63
+
61
64
[latest_version ]
62
65
other = " 最新バージョン"
63
66
@@ -187,11 +190,11 @@ other = "作業するKubernetesサーバーは次のバージョン以降のも
187
190
[version_check_tocheck ]
188
191
other = " バージョンを確認するには次のコマンドを実行してください: "
189
192
190
- [whatsnext_heading ]
191
- other = " 次の項目 "
193
+ [version_menu ]
194
+ other = " バージョン "
192
195
193
196
[warning ]
194
197
other = " 警告:"
195
198
196
- [input_placeholder_email_address ]
197
- other = " メールアドレス "
199
+ [whatsnext_heading ]
200
+ other = " 次の項目 "
Original file line number Diff line number Diff line change
1
+ < a class ="nav-link dropdown-toggle " href ="# " id ="navbarDropdown " role ="button " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
2
+ {{ T "version_menu" }}
3
+ </ a >
4
+ < div class ="dropdown-menu " aria-labelledby ="navbarDropdownMenuLink ">
5
+ {{ range .Site.Params.versions }}
6
+ < a class ="dropdown-item " href ="{{ .url }} "> {{ .version }}</ a >
7
+ {{ end }}
8
+ </ div >
You can’t perform that action at this time.
0 commit comments