Skip to content

Commit

Permalink
remove alert panel for 1.0 docs
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed May 19, 2019
1 parent 6266cdb commit 4d2e804
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/_includes/version-warning.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{% if page.version != site.latest %}
<div class="alert alert-primary" role="alert">
{% if page.version == 'master' %}
<p>
Expand All @@ -13,7 +14,7 @@
unstable, and these docs only a best-guess effort at being up to date or correct. See the
<a href="{{latest_url}}">latest version</a>.
</p>
{% elsif page.version != site.latest %}
{% endif %}
<p>
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
Documentation for version {{ page.version }} is no longer actively maintained.
Expand All @@ -26,5 +27,5 @@
migrating your Ark deployments and data to Velero, please see the Upgrade section in the <a href="{{latest_url}}">latest version</a>.
For more details on the renaming, please read our <a href="https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware/">blog post</a>.
</p>
{% endif %}
</div>
{% endif %}

0 comments on commit 4d2e804

Please sign in to comment.