Add deprecation warning to release-1.6

This commit is contained in:
Andrew Chen
2017-08-10 22:46:48 -07:00
parent 1cff283759
commit a3b365d5a8
6 changed files with 26 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{% if page.deprecated %}
<section id="deprecationWarning">
<main>
<div class="content deprecation-warning">
<h3>
Documentation for Kubernetes {{ page.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="{{ page.currentUrl }}">latest</a> version.
</h3>
</div>
</main>
</section>
{% endif %}