Skip to content

Commit ba83453

Browse files
committed
Mobile view optimization
1 parent f808f2e commit ba83453

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docusaurus.config.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -398,23 +398,8 @@ module.exports = {
398398
to: '/docs/release-notes',
399399
},
400400
{
401-
type: 'search',
401+
label: 'Support',
402402
position: 'left',
403-
},
404-
{
405-
type: 'html',
406-
position: 'right',
407-
value: 'google_translate',
408-
},
409-
{
410-
to: 'https://www.sumologic.com/sign-up',
411-
position: 'right',
412-
className: 'header-trial',
413-
alt: 'Sign up for a Sumo Logic free trial',
414-
},
415-
{
416-
position: 'right',
417-
className: 'support-menu-trigger',
418403
to: '#',
419404
type: 'dropdown',
420405
items: [
@@ -440,12 +425,27 @@ module.exports = {
440425
},
441426
],
442427
},
428+
{
429+
type: 'html',
430+
position: 'right',
431+
value: 'google_translate',
432+
},
433+
{
434+
to: 'https://www.sumologic.com/sign-up',
435+
position: 'right',
436+
className: 'header-trial',
437+
alt: 'Sign up for a Sumo Logic free trial',
438+
},
443439
{
444440
className: 'header-github-link',
445441
to: 'https://github.com/SumoLogic/sumologic-documentation',
446442
position: 'right',
447443
alt: 'Link to Sumo Logic Docs GitHub repository',
448444
},
445+
{
446+
type: 'search',
447+
position: 'right',
448+
},
449449
],
450450
},
451451
footer: {

0 commit comments

Comments
 (0)