Update site config for l10n teams and 1.11 info (#10667)

Update OWNERS_ALIASES to be current

Fix OWNERS files syntax

Fix currentUrl

Fix currentUrl even more

Standardize value of currentUrl

Fix layout shortcode syntax
This commit is contained in:
Zach Corleissen
2018-10-23 15:56:53 -07:00
committed by k8s-ci-robot
parent 712f231b07
commit d8d41116f6
8 changed files with 204 additions and 54 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="content deprecation-warning">
<h3>
Documentation for Kubernetes {{ .Page.Param "version" }} is no longer actively maintained. The version you are currently viewing is a static snapshot.
For up-to-date documentation, see the <a href="{{ .Params.currentUrl }}">latest</a> version.
For up-to-date documentation, see the <a href="{{ .Site.Params.currentUrl }}">latest</a> version.
</h3>
</div>
</main>