Files
velero/site/_includes/version-warning.html
Lee Springer d995018a3e add velero.io site content, move docs to under site/docs (#1489)
* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Restore main.go to original location

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to footer

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to homepage links

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Content updates

Signed-off-by: Lee Springer <lee@smalltalk.agency>
2019-05-17 10:56:03 -07:00

37 lines
2.1 KiB
HTML

<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>
{% elsif page.version != site.latest %}
<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>
<p>
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
Heptio Ark is now Velero! v0.11 is our first release with the new name. For instructions on
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>
{% elsif page.version == site.latest %}
<p>
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
Heptio Ark is now Velero! v0.11 is our first release with the new name. For instructions on
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>