diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 88f2320535..d93733f433 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -93,6 +93,11 @@ const config = { position: 'right', dropdownActiveClassDisabled: true, }, + { + href: 'https://gophers.slack.com/messages/CM2RSS25N', + label: 'Slack', + position: 'right', + }, { href: 'https://github.com/oauth2-proxy/oauth2-proxy', label: 'GitHub', @@ -102,17 +107,6 @@ const config = { }, footer: { style: 'dark', - links: [ - { - title: 'Community', - items: [ - { - label: 'Slack', - href: 'https://gophers.slack.com/messages/CM2RSS25N', - }, - ], - } - ], copyright: `Copyright © ${new Date().getFullYear()} OAuth2 Proxy.`, }, prism: {