mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
91ee7990cc
* website: purge existing directory * website: bulk update from master with changes specific to the upcoming 1.9 release excluded * test: revert envoy_version to 1.14.2 for existing-ca-path golden file
9 lines
314 B
JavaScript
9 lines
314 B
JavaScript
export const ALERT_BANNER_ACTIVE = true
|
|
|
|
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
|
export default {
|
|
tag: 'Announcing',
|
|
url: 'https://www.hashicorp.com/blog/consul-service-on-azure-general-availability',
|
|
text: 'HashiCorp Consul Service on Azure General Availability',
|
|
}
|