Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 19 additions & 20 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ module.exports = {
colorMode: {
defaultMode: 'light',
disableSwitch: false,
respectPrefersColorScheme: true,
},
algolia: {
appId: '2SJPGMLW1Q',
Expand Down Expand Up @@ -406,23 +405,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: [
Expand All @@ -449,10 +433,25 @@ module.exports = {
],
},
{
className: 'header-github-link',
to: 'https://github.com/SumoLogic/sumologic-documentation',
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',
alt: 'Link to Sumo Logic Docs GitHub repository',
},
],
},
Expand Down