From ba834533a2ea56eede260f61d1a4557b483e6546 Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Thu, 7 Aug 2025 20:18:46 +0530 Subject: [PATCH] Mobile view optimization --- docusaurus.config.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c12360cd61..a9bce86f02 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -398,23 +398,8 @@ module.exports = { to: '/docs/release-notes', }, { - type: 'search', + label: 'Support', position: 'left', - }, - { - type: 'html', - position: 'right', - value: 'google_translate', - }, - { - to: 'https://www.sumologic.com/sign-up', - position: 'right', - className: 'header-trial', - alt: 'Sign up for a Sumo Logic free trial', - }, - { - position: 'right', - className: 'support-menu-trigger', to: '#', type: 'dropdown', items: [ @@ -440,12 +425,27 @@ module.exports = { }, ], }, + { + type: 'html', + position: 'right', + value: 'google_translate', + }, + { + to: 'https://www.sumologic.com/sign-up', + position: 'right', + className: 'header-trial', + alt: 'Sign up for a Sumo Logic free trial', + }, { className: 'header-github-link', to: 'https://github.com/SumoLogic/sumologic-documentation', position: 'right', alt: 'Link to Sumo Logic Docs GitHub repository', }, + { + type: 'search', + position: 'right', + }, ], }, footer: {