Skip to content

Commit f1fe7bd

Browse files
authored
DOCS-978 - Docs site domain move redirect banner (#5549)
* Site URL move redirect announcement * Update docusaurus.config.js * Update docusaurus.config.js
1 parent be76cab commit f1fe7bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ module.exports = {
249249
},
250250
],
251251
announcementBar: {
252-
id: 'blackhat',
253-
content: 'Visit Sumo Logic at Black Hat USA in Las Vegas: August 6-7, 2025 | Mandalay Bay | Booth #5812 | <a target="_blank" rel="noopener noreferrer" href="https://www.sumologic.com/events/black-hat-book-meeting">Click here</a> to book a meeting with us!',
254-
backgroundColor: '#b0eefe',
255-
textColor: '#091E42',
252+
id: 'domain',
253+
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.',
254+
backgroundColor: '#EDF2F7',
255+
textColor: '#1A202C',
256256
},
257257
imageZoom: {
258258
selector: '.markdown :not(a) > img',

0 commit comments

Comments
 (0)