Files
website/_includes/deprecation-warning.html
Andrew Chen e6dce6fea2 Add deprecation warning to release-1.5 (#4758)
* Add Version Selector

* merge in newer sass

* Add deprecation warning to release-1.5

* update user guide migration notice
2017-08-10 22:41:51 -07:00

13 lines
428 B
HTML

{% 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 %}