Link will be broken when deprecation is false (#13685)
Link to the latest docs will be broker when deprecation set to false when do the next release This issue solved in v1.13 with PR #13649
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
94eb0be0ec
commit
2004d28809
+1
-1
@@ -1,7 +1,7 @@
|
||||
# i18n strings for the English (main) site.
|
||||
|
||||
[deprecation_warning]
|
||||
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see "
|
||||
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the "
|
||||
|
||||
[deprecation_file_warning]
|
||||
other = "Deprecated"
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<main>
|
||||
<div class="content deprecation-warning">
|
||||
<h3>
|
||||
Kubernetes {{ .Param "version" }}
|
||||
Kubernetes {{ .Page.Param "version" }}
|
||||
{{ T "deprecation_warning" }}
|
||||
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
||||
<a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
||||
</h3>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user