open-consul/website/data/alert-banner.js

9 lines
314 B
JavaScript
Raw Normal View History

2020-04-28 17:53:30 +00:00
export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
2020-06-19 00:36:42 +00:00
tag: 'Announcing',
2020-07-23 16:35:41 +00:00
url: 'https://www.hashicorp.com/blog/consul-service-on-azure-general-availability',
text: 'HashiCorp Consul Service on Azure General Availability',
2020-04-28 17:53:30 +00:00
}