github.com/adityamillind98/nomad@v0.11.8/website/data/alert-banner.js (about)

     1  export const ALERT_BANNER_ACTIVE = true
     2  
     3  // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
     4  export default {
     5    url:
     6      'https://www.nomadproject.io/downloads/',
     7    tag: 'NEW',
     8    text:
     9      'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now',
    10  }