website: add v1.9.0-beta1 download callout (#8939)
This commit is contained in:
parent
25956c58dd
commit
6ebfd29658
|
@ -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">» Download Consul Tools</a>
|
<a href="/docs/download-tools">» Download Consul Tools</a>
|
||||||
|
|
Loading…
Reference in New Issue