Skip to content

Commit 521b652

Browse files
authored
Replace AWS banner with Mobot (#6097)
1 parent f57bcd9 commit 521b652

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ module.exports = {
261261
],
262262
announcementBar: {
263263
id: 'domain',
264-
content: '🚀 <a href="https://www.sumologic.com/events/aws-reinvent">Join us at AWS re:Invent 2025 in Las Vegas, Dec 1-5</a>! Stop by Booth #1329 to see Sumo Logic Dojo AI in action and connect with our experts.',
265-
backgroundColor: '#e4b0d1',
264+
content: '🎉️ <b>Introducing <a href="/docs/search/mobot">Mobot</a>🤖, your conversational interface for Sumo Logic. Search logs using natural language, troubleshoot faster, and get how-to guidance.</b>',
265+
backgroundColor: '#000',
266266
textColor: '#000',
267267
},
268268
imageZoom: {

src/css/sumo.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,17 @@ html[data-theme='light'] {
362362
margin-right: -10px;
363363
}
364364

365+
div[class*="announcementBar_"] {
366+
background: linear-gradient(
367+
to right,
368+
#6e9ffb 0%,
369+
#91b5fc 5%,
370+
#bcd2fd 8%,
371+
#e1eafe 50%,
372+
#bcd2fd 80%
373+
) !important;
374+
}
375+
365376
.header-trial::after {
366377
display: none !important;
367378
content: none !important;

0 commit comments

Comments
 (0)