From 5bf17268da0904d1bbe16cfb290d1f34ffdc403d Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Fri, 10 Oct 2025 15:48:25 -0700 Subject: [PATCH] Announcement banner for site change --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 010cbcce38..08efd6c20c 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -257,6 +257,12 @@ module.exports = { { property: 'og:image:height', content: '628' }, { property: 'og:image:alt', content: 'Sumo Logic Docs' }, ], + announcementBar: { + id: 'domain', + content: 'We’ve moved! Our docs are now at sumologic.com/help. Redirects are in place, but don’t forget to update your bookmarks.', + backgroundColor: '#b0eefe', + textColor: '#091E42', + }, imageZoom: { selector: '.markdown :not(a) > img', // Optional medium-zoom options