From f872c651cf0cbf7a44cdbe06c6c8da4f765b6f12 Mon Sep 17 00:00:00 2001 From: tuunit Date: Sat, 13 Jan 2024 17:41:06 +0100 Subject: [PATCH] move slack to header --- docs/docusaurus.config.js | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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: {