diff --git a/docusaurus.config.js b/docusaurus.config.js index 6552824243..49c417244f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2d29a6cf17..d726b9d08d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -131,6 +131,11 @@ export const Home = () => { Get started quickly with our search, visualization, analytics, and security capabilities. {[ + { + 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',