@@ -7,7 +7,7 @@ require('dotenv').config({
7
7
path : `.env.${ process . env . NODE_ENV } ` ,
8
8
} ) ;
9
9
10
- const shouldAnnouncementBannerBeShown = false ;
10
+ const shouldAnnouncementBannerBeShown = true ;
11
11
12
12
const plugins = [
13
13
'gatsby-transformer-sharp' ,
@@ -186,10 +186,10 @@ if (shouldAnnouncementBannerBeShown) {
186
186
) ,
187
187
text :
188
188
// eslint-disable-next-line max-len
189
- '🎉 We are excited to announce that, starting on July 25th at 14:00 UTC, we will merge the k6 community forum with the Grafana community forum ' ,
189
+ '🎉 We have migrated the docs to the Grafana website! To check out the docs for the latest version of k6, head over to grafana.com/docs/k6. ' ,
190
190
link :
191
191
// eslint-disable-next-line max-len
192
- 'https://k6.io/blog /k6-forum-migration /' ,
192
+ 'https://grafana.com/docs /k6/latest /' ,
193
193
buttonText : 'Learn more' ,
194
194
} ,
195
195
// settings below have to match
@@ -204,7 +204,7 @@ if (shouldAnnouncementBannerBeShown) {
204
204
} ,
205
205
storage : {
206
206
// changing storage name to force users to see the banner even if it was disabled
207
- name : 'k6-sb -was-shown' ,
207
+ name : 'k6-db -was-shown' ,
208
208
} ,
209
209
} ;
210
210
if ( isProduction ) {
0 commit comments