From a5ee95a20435e2ffd22977614d0c8a8b8a8152ce Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 8 Jul 2025 15:47:21 -0400 Subject: [PATCH 1/2] Black Hat USA 2025 banner --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index c442655544..215cf63ff9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -245,6 +245,12 @@ module.exports = { name: 'msvalidate.01', content: 'BA6FBE48309F6E1CFFD055E769857586' }, ], + announcementBar: { + id: 'blackhat', + content: 'Visit Sumo Logic at Black Hat USA in Las Vegas: August 6-7, 2025 | Mandalay Bay | Booth #5812 | Click here to book a meeting with us!', + backgroundColor: '#b0eefe', + textColor: '#091E42', + }, imageZoom: { selector: '.markdown :not(a) > img', // Optional medium-zoom options From 6953777453a214de3aaff3a25ad5b9fbc9da71d6 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Tue, 8 Jul 2025 15:49:42 -0400 Subject: [PATCH 2/2] add target="_blank" rel="noopener noreferrer" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 215cf63ff9..5ceb76315d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -247,7 +247,7 @@ module.exports = { ], announcementBar: { id: 'blackhat', - content: 'Visit Sumo Logic at Black Hat USA in Las Vegas: August 6-7, 2025 | Mandalay Bay | Booth #5812 | Click here to book a meeting with us!', + content: 'Visit Sumo Logic at Black Hat USA in Las Vegas: August 6-7, 2025 | Mandalay Bay | Booth #5812 | Click here to book a meeting with us!', backgroundColor: '#b0eefe', textColor: '#091E42', },