Skip to content

Commit

Permalink
move slack to header
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed Jan 13, 2024
1 parent 47c0ced commit f872c65
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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: {
Expand Down

0 comments on commit f872c65

Please sign in to comment.