From 544e542b9cce6da829fc7a70a06820f9c197cd21 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 3 Jul 2025 15:57:10 -0400 Subject: [PATCH 1/3] Site URL move redirect announcement --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index c8e28ed999..b36d1279f2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -245,6 +245,12 @@ module.exports = { name: 'msvalidate.01', content: 'BA6FBE48309F6E1CFFD055E769857586' }, ], + announcementBar: { + id: 'domain', + content: 'Coming soon: Sumo Docs is moving to www.sumologic.com/help. Redirects will be in place, but don’t forget to update your bookmarks!', + backgroundColor: '#EDF2F7', + textColor: '#1A202C', + }, imageZoom: { selector: '.markdown :not(a) > img', // Optional medium-zoom options From db5a8140dccc42116536091ff3c4f6caace2db61 Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Tue, 8 Jul 2025 11:52:15 -0400 Subject: [PATCH 2/3] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b36d1279f2..91bedaf913 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -247,7 +247,7 @@ module.exports = { ], announcementBar: { id: 'domain', - content: 'Coming soon: Sumo Docs is moving to www.sumologic.com/help. Redirects will be in place, but don’t forget to update your bookmarks!', + content: 'Coming soon: Sumo Logic Docs is moving to www.sumologic.com/help. Redirects will be in place, but don’t forget to update your bookmarks!', backgroundColor: '#EDF2F7', textColor: '#1A202C', }, From a60a6d9de23fd23690c7e5546d3ff6f1a4160a9f Mon Sep 17 00:00:00 2001 From: "Kim (Sumo Logic)" <56411016+kimsauce@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:17:20 -0400 Subject: [PATCH 3/3] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 91bedaf913..cfe4494f4e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -247,7 +247,7 @@ module.exports = { ], announcementBar: { id: 'domain', - content: 'Coming soon: Sumo Logic Docs is moving to www.sumologic.com/help. Redirects will be in place, but don’t forget to update your bookmarks!', + content: 'We’ve moved! Our docs are now at [www.sumologic.com/help](https://www.sumologic.com/help). Redirects are in place, but don’t forget to update your bookmarks.', backgroundColor: '#EDF2F7', textColor: '#1A202C', },