website: add temporary callout to download v1.0 beta

This commit is contained in:
Mike Wickett 2018-10-23 14:23:33 -04:00 committed by RJ Spiker
parent 97908e3325
commit e9c2471aa3
3 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,7 @@
@import 'pages/_docs';
@import 'pages/_section_block';
@import 'pages/_home';
@import 'pages/_downloads.css';
h5 {
font-weight: 600;

View File

@ -0,0 +1,7 @@
#beta1-1-0 {
margin-bottom: 40px;
& p:last-child {
margin: 0px;
}
}

View File

@ -5,6 +5,8 @@ description: |-
Download Vault
---
<div class="alert alert-info" id="beta1-1-0" role="alert"><p><strong>1.0.0 Beta 1 Available:</strong> Binaries can be accessed on <a href="https://releases.hashicorp.com/vault/">releases.hashicorp.com</a>.</p></div>
<hashi-product-downloader
product="<%= config[:product_name] %>"
version="<%= config[:latest_version] %>"