2004d28809
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
14 lines
332 B
HTML
14 lines
332 B
HTML
{{ if .Page.Param "deprecated" }}
|
|
<section id="deprecationWarning">
|
|
<main>
|
|
<div class="content deprecation-warning">
|
|
<h3>
|
|
Kubernetes {{ .Page.Param "version" }}
|
|
{{ T "deprecation_warning" }}
|
|
<a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
|
|
</h3>
|
|
</div>
|
|
</main>
|
|
</section>
|
|
{{ end }}
|