website: add v1.9.0-beta1 download callout (#8939)

This commit is contained in:
Mike Morris 2020-10-13 17:33:49 -04:00 committed by GitHub
parent 25956c58dd
commit 6ebfd29658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ export default function DownloadsPage({ releaseData }) {
product="Consul" product="Consul"
version={VERSION} version={VERSION}
releaseData={releaseData} releaseData={releaseData}
prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.9.0', // the name displayed in text on the website
version: '1.9.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com
}}
> >
<p> <p>
<a href="/docs/download-tools">&raquo; Download Consul Tools</a> <a href="/docs/download-tools">&raquo; Download Consul Tools</a>