Skip to content

Commit a7e8682

Browse files
authored
Move search bar to the left (#6086)
* Move search bar to the left * Put back hidden GitHub link tagging
1 parent 7c524b6 commit a7e8682

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

docusaurus.config.js

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -444,29 +444,16 @@ module.exports = {
444444
},
445445
],
446446
},
447-
// {
448-
// type: 'html',
449-
// position: 'right',
450-
// value: 'google_translate',
451-
// },
452-
// {
453-
// to: 'https://www.sumologic.com/sign-up',
454-
// position: 'right',
455-
// className: 'header-trial',
456-
// alt: 'Sign up for a Sumo Logic free trial',
457-
// },
458447
//{
459448
//className: 'header-github-link',
460449
//to: 'https://github.com/SumoLogic/sumologic-documentation',
461450
//position: 'right',
462451
//alt: 'Link to Sumo Logic Docs GitHub repository',
463452
//},
464-
// The following is not even needed to render the search bar, since it is
465-
// already done with the Algolia coding above.
466-
// {
467-
// type: 'search',
468-
// position: 'right',
469-
// },
453+
{
454+
type: 'search',
455+
position: 'left',
456+
},
470457
],
471458
},
472459
footer: {

0 commit comments

Comments
 (0)