mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-09 06:33:22 +00:00
* remove docs header about project rename Signed-off-by: Steve Kriss <krisss@vmware.com> * remove Upgrade to 1.0 page from master TOC Signed-off-by: Steve Kriss <krisss@vmware.com> * standardize TOC titles Signed-off-by: Steve Kriss <krisss@vmware.com> * add backup/restore docs for undocumented features Signed-off-by: Steve Kriss <krisss@vmware.com>
27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
{% if page.version != site.latest %}
|
|
<div class="alert alert-primary" role="alert">
|
|
{% if page.version == 'master' %}
|
|
<p>
|
|
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
|
|
This is the documentation for the latest development version of Velero. Both code and docs may be
|
|
unstable, and these docs are not guaranteed to be up to date or correct. See the
|
|
<a href="{{latest_url}}">latest version</a>.
|
|
</p>
|
|
{% elsif page.version contains 'beta' or page.version contains 'alpha' or page.version contains 'rc' %}
|
|
<p>
|
|
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
|
|
This is the documentation for the latest pre-production version of Velero. Both code and docs may be
|
|
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>
|
|
{% else %}
|
|
<p>
|
|
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
|
|
Documentation for version {{ 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="{{latest_url}}">latest version</a>.
|
|
</p>
|
|
{% endif %}
|
|
</div>
|
|
{% endif %}
|