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:
Rahulkrishnan R A
2019-04-09 06:25:04 +05:30
committed by Kubernetes Prow Robot
parent 94eb0be0ec
commit 2004d28809
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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"
+2 -2
View File
@@ -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>