From a1faf4decfb12c37c50312ee13d14fe6fc791f36 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 25 Jun 2026 12:51:02 +0200 Subject: [PATCH] Update navbar: logo links to platformatic.dev, remove Community and For Teams - Logo now links to https://platformatic.dev - Removed the Community dropdown and the For Teams navbar entries Fixes https://github.com/platformatic/docs/issues/206 Co-Authored-By: Claude Opus 4.8 (1M context) --- docusaurus.config.js | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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',