From 9355f3be6b3257fa44e4ab31c256d6f319687998 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 3 Oct 2023 16:42:47 -0700 Subject: [PATCH] chore: remove Forge v6 announcement banner (#451) --- docusaurusConfig.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docusaurusConfig.ts b/docusaurusConfig.ts index 0d2592f..c5b6843 100644 --- a/docusaurusConfig.ts +++ b/docusaurusConfig.ts @@ -23,12 +23,6 @@ const config: Config = { localeConfigs: {}, }, themeConfig: { - announcementBar: { - id: 'announcementBar', - content: `Introducing Electron Forge 6, a complete pipeline for building your Electron apps. Read more in the Forge 6 announcement blog!`, - backgroundColor: '#A2ECFB', - isCloseable: true, - }, colorMode: { //Default to light or dark depending on system theme. respectPrefersColorScheme: true,