Skip to content

Commit bf002c9

Browse files
authored
DOCS-1240 - Remove Google Translate widget from the header (#6014)
* Remove Google Translate widget from header * Update * Temporary banner
1 parent bd0e2c7 commit bf002c9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docusaurus.config.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ module.exports = {
259259
],
260260
announcementBar: {
261261
id: 'domain',
262-
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.',
262+
content: 'Google Translate is down for maintenance.',
263+
// 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.',
263264
backgroundColor: '#e4b0d1',
264265
textColor: '#000',
265266
},
@@ -432,11 +433,11 @@ module.exports = {
432433
},
433434
],
434435
},
435-
{
436-
type: 'html',
437-
position: 'right',
438-
value: 'google_translate',
439-
},
436+
// {
437+
// type: 'html',
438+
// position: 'right',
439+
// value: 'google_translate',
440+
// },
440441
{
441442
to: 'https://www.sumologic.com/sign-up',
442443
position: 'right',

0 commit comments

Comments
 (0)