Add HashiConf alert banner data (#1232)

pull/1233/head
Jimmy Merritello 5 years ago committed by GitHub
parent 21033a6174
commit 9906ae02a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,10 @@
export const ALERT_BANNER_ACTIVE = false
export const ALERT_BANNER_ACTIVE = true
export default {
tag: 'ANNOUNCING',
text: 'Some details about an announcement here',
url: 'https://hashicorp.com',
tag: 'June 8-11',
text:
'The countdown to HashiConf Europe is on, and the full schedule is now live.',
linkText: 'View Schedule',
url: 'https://hashiconf.com/europe/?utm_source=DocsBanner',
expirationDate: null,
}

Loading…
Cancel
Save