Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,12 @@ module.exports = {
// 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',
},
// {
// 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',
Expand Down
5 changes: 5 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ export const Home = () => {
Get started quickly with our search, visualization, analytics, and security capabilities.
</Typography>
{[
{
children: 'Start a free trial',
description: 'Sign up for a Sumo Logic free trial',
to: 'https://www.sumologic.com/sign-up',
},
{
children: '1. Set up collector and source',
description: 'Set up a Sumo Logic collector and source',
Expand Down
Loading