import Link from 'next/link'
import Button from '@hashicorp/react-button'
import { VERSION, CHANGELOG_URL } from 'data/version'
import s from '../../pages/downloads/style.module.css'
const changelogUrl = CHANGELOG_URL.length
? CHANGELOG_URL
: `https://github.com/hashicorp/vault/blob/v${VERSION}/CHANGELOG.md`
export default function DownloadsProps(preMerchandisingSlot) {
return {
changelog: changelogUrl,
getStartedDescription:
'Follow step-by-step tutorials on the essentials of Vault.',
getStartedLinks: [
{
label: 'Getting Started with the CLI',
href: 'http://learn.hashicorp.com/collections/vault/getting-started',
},
{
label: 'Getting Started with Vault UI',
href: 'http://learn.hashicorp.com/collections/vault/getting-started-ui',
},
{
label: 'Vault on HCP',
href: 'http://learn.hashicorp.com/collections/vault/getting-started-ui',
},
{
label: 'View all Vault tutorials',
href: 'https://learn.hashicorp.com/vault',
},
],
logo: (
),
tutorialLink: {
href: 'https://learn.hashicorp.com/vault',
label: 'View Tutorials at HashiCorp Learn',
},
merchandisingSlot: (
<>
{preMerchandisingSlot && preMerchandisingSlot}
Want all of the power and security of Vault, without the complexity and overhead of managing it yourself?
Release notes are available in our{' '} documentation .
> ), } }