diff --git a/docusaurus.config.js b/docusaurus.config.js index cfb26079c5..a69e25b5bd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -181,7 +181,9 @@ const config = { logo: { alt: 'Platformatic Logo', src: 'img/platformatic-logo.svg', - srcDark: 'img/platformatic-logo.svg' + srcDark: 'img/platformatic-logo.svg', + href: 'https://platformatic.dev', + target: '_self' }, items: [ { @@ -202,22 +204,6 @@ const config = { position: 'left', label: 'Reference' }, - { - type: 'dropdown', - position: 'left', - label: 'Community', - items: [ - { - href: 'https://platformatichq.com/events', - label: 'Events' - } - ] - }, - { - href: 'https://platformatichq.com', - label: 'For Teams', - position: 'left' - }, { href: 'https://blog.platformatic.dev', label: 'Blog',