Skip to content

Commit d727287

Browse files
authored
Move free trial button from header (#6037)
1 parent cb088b9 commit d727287

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,12 @@ module.exports = {
437437
// position: 'right',
438438
// value: 'google_translate',
439439
// },
440-
{
441-
to: 'https://www.sumologic.com/sign-up',
442-
position: 'right',
443-
className: 'header-trial',
444-
alt: 'Sign up for a Sumo Logic free trial',
445-
},
440+
// {
441+
// to: 'https://www.sumologic.com/sign-up',
442+
// position: 'right',
443+
// className: 'header-trial',
444+
// alt: 'Sign up for a Sumo Logic free trial',
445+
// },
446446
//{
447447
//className: 'header-github-link',
448448
//to: 'https://github.com/SumoLogic/sumologic-documentation',

src/pages/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ export const Home = () => {
131131
Get started quickly with our search, visualization, analytics, and security capabilities.
132132
</Typography>
133133
{[
134+
{
135+
children: 'Start a free trial',
136+
description: 'Sign up for a Sumo Logic free trial',
137+
to: 'https://www.sumologic.com/sign-up',
138+
},
134139
{
135140
children: '1. Set up collector and source',
136141
description: 'Set up a Sumo Logic collector and source',

0 commit comments

Comments
 (0)