Skip to content

Commit 17f76e7

Browse files
authored
Remove search bar code (#6045)
1 parent d08ede8 commit 17f76e7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docusaurus.config.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -451,10 +451,12 @@ module.exports = {
451451
//position: 'right',
452452
//alt: 'Link to Sumo Logic Docs GitHub repository',
453453
//},
454-
{
455-
type: 'search',
456-
position: 'right',
457-
},
454+
// The following is not even needed to render the search bar, since it is
455+
// already done with the Algolia coding above.
456+
// {
457+
// type: 'search',
458+
// position: 'right',
459+
// },
458460
],
459461
},
460462
footer: {

0 commit comments

Comments
 (0)