From b1dac46ec83ac107129595816f0383ba27b6b669 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Thu, 4 Dec 2025 10:38:37 -0600 Subject: [PATCH 1/2] Move search bar to the left --- docusaurus.config.js | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b85db5828c..f85ed58622 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -434,29 +434,10 @@ 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', - //}, - // The following is not even needed to render the search bar, since it is - // already done with the Algolia coding above. - // { - // type: 'search', - // position: 'right', - // }, + { + type: 'search', + position: 'left', + }, ], }, footer: { From 546415e9cf47044b8b184904a594f9d2adce03fe Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Fri, 5 Dec 2025 09:48:46 -0600 Subject: [PATCH 2/2] Put back hidden GitHub link tagging --- docusaurus.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index f85ed58622..f187edd08a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -434,6 +434,12 @@ module.exports = { }, ], }, + //{ + //className: 'header-github-link', + //to: 'https://github.com/SumoLogic/sumologic-documentation', + //position: 'right', + //alt: 'Link to Sumo Logic Docs GitHub repository', + //}, { type: 'search', position: 'left',