Skip to content

Commit

Permalink
Updated title in menu to Get Support per Rob's suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
joshzzheng committed Feb 20, 2024
1 parent 0838b96 commit f96fb21
Showing 1 changed file with 47 additions and 38 deletions.
85 changes: 47 additions & 38 deletions docs/docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,35 @@ module.exports = {

scripts: [
{
src: "/scripts/set-tab.js",
src: '/scripts/set-tab.js',
async: true,
defer: true,
},
],

themeConfig: {
announcementBar: {
id: 'cta_bar',
content:
'<a style="font-weight:600" href="https://hubs.ly/Q02jbpZl0">GX Cloud public preview starts on February 21! Join us for a community kickoff event, workshop, or both.</a>',
backgroundColor: '#141432',
textColor: '#fff',
isCloseable: true,
},
id: 'cta_bar',
content:
'<a style="font-weight:600" href="https://hubs.ly/Q02jbpZl0">GX Cloud public preview starts on February 21! Join us for a community kickoff event, workshop, or both.</a>',
backgroundColor: '#141432',
textColor: '#fff',
isCloseable: true,
},
gxCard: {
title: "What is GX Cloud?",
description: "GX Cloud is a fully-managed SaaS solution that simplifies deployment, scaling, and collaboration and lets you focus on data validation.",
title: 'What is GX Cloud?',
description:
'GX Cloud is a fully-managed SaaS solution that simplifies deployment, scaling, and collaboration and lets you focus on data validation.',
buttons: {
primary: {
label: "Sign up for GX Cloud",
href: "https://greatexpectations.io/cloud"
label: 'Sign up for GX Cloud',
href: 'https://greatexpectations.io/cloud',
},
secondary: {
label: "Why GX Cloud?",
href: "https://docs.greatexpectations.io/docs/cloud/why_gx_cloud"
}
}
label: 'Why GX Cloud?',
href: 'https://docs.greatexpectations.io/docs/cloud/why_gx_cloud',
},
},
},
docs: {
sidebar: {
Expand Down Expand Up @@ -107,61 +108,61 @@ module.exports = {
{
type: 'search',
position: 'left',
className: 'custom-search-bar'
className: 'custom-search-bar',
},
{
type: 'custom-githubNavbarItem',
position: 'left',
owner: 'great-expectations',
repository: 'great_expectations'
repository: 'great_expectations',
},
{
label: 'Home',
to: '/docs/home/',
position: 'right'
position: 'right',
},
{
label: 'GX Cloud',
to: '/docs/cloud/',
position: 'right'
position: 'right',
},
{
label: 'GX OSS',
to: '/docs/oss/',
position: 'right'
position: 'right',
},
{
label: 'Learn',
to: '/docs/reference/learn/',
position: 'right'
position: 'right',
},
{
label: 'API',
to: '/docs/reference/api',
position: 'right'
position: 'right',
},
{
type: 'dropdown',
label: 'Resources',
items: [
{
label: 'How to get support',
to: '/docs/resources/get_support'
label: 'Get support',
to: '/docs/resources/get_support',
},
{
label: 'Expectations gallery',
to: 'https://greatexpectations.io/expectations'
to: 'https://greatexpectations.io/expectations',
},
{
label: 'Integration support policy',
to: '/docs/application_integration_support'
to: '/docs/application_integration_support',
},
{
label: 'Community',
to: 'https://greatexpectations.io/community'
}
to: 'https://greatexpectations.io/community',
},
],
position: 'right'
position: 'right',
},
{
to: 'https://greatexpectations.io/cloud',
Expand Down Expand Up @@ -195,8 +196,8 @@ module.exports = {
},
{
label: 'Integration support policy',
to: '/docs/application_integration_support'
}
to: '/docs/application_integration_support',
},
],
},
{
Expand Down Expand Up @@ -241,7 +242,7 @@ module.exports = {
copyright: `Copyright © ${new Date().getFullYear()} Great Expectations. All Rights Reserved.`,
},
mermaid: {
theme: {light: "neutral", dark: "neutral"},
theme: { light: 'neutral', dark: 'neutral' },
},
},
themes: ['@docusaurus/theme-mermaid'],
Expand All @@ -263,15 +264,23 @@ module.exports = {
},
['0.18']: {
label: '0.18.9',
path: ''
path: '',
},
["0.17"]: {
['0.17']: {
label: '0.17.23',
path: '0.17.23'
}
path: '0.17.23',
},
},
admonitions: {
keywords: ['note', 'info', 'tip', 'warning', 'caution', 'danger', 'cta'],
keywords: [
'note',
'info',
'tip',
'warning',
'caution',
'danger',
'cta',
],
},
},
theme: {
Expand Down

0 comments on commit f96fb21

Please sign in to comment.