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
@@ -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