Skip to content

Commit c0fd08d

Browse files
committed
Temp remove github icon from header, disable respectPrefersColorScheme
1 parent 6946f78 commit c0fd08d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docusaurus.config.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ module.exports = {
274274
colorMode: {
275275
defaultMode: 'light',
276276
disableSwitch: false,
277-
respectPrefersColorScheme: true,
278277
},
279278
algolia: {
280279
appId: '2SJPGMLW1Q',
@@ -444,12 +443,12 @@ module.exports = {
444443
className: 'header-trial',
445444
alt: 'Sign up for a Sumo Logic free trial',
446445
},
447-
{
448-
className: 'header-github-link',
449-
to: 'https://github.com/SumoLogic/sumologic-documentation',
450-
position: 'right',
451-
alt: 'Link to Sumo Logic Docs GitHub repository',
452-
},
446+
//{
447+
//className: 'header-github-link',
448+
//to: 'https://github.com/SumoLogic/sumologic-documentation',
449+
//position: 'right',
450+
//alt: 'Link to Sumo Logic Docs GitHub repository',
451+
//},
453452
{
454453
type: 'search',
455454
position: 'right',

0 commit comments

Comments
 (0)