mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
website: add temporary callout to download v1.0 beta
This commit is contained in:
parent
97908e3325
commit
e9c2471aa3
3 changed files with 10 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
@import 'pages/_docs';
|
||||
@import 'pages/_section_block';
|
||||
@import 'pages/_home';
|
||||
@import 'pages/_downloads.css';
|
||||
|
||||
h5 {
|
||||
font-weight: 600;
|
||||
|
|
|
|||
7
website/assets/css/pages/_downloads.css
Normal file
7
website/assets/css/pages/_downloads.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#beta1-1-0 {
|
||||
margin-bottom: 40px;
|
||||
|
||||
& p:last-child {
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
|
@ -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] %>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue