From a7bbcc2f20953ddb9c7f2459b52bbb6f47c481ad Mon Sep 17 00:00:00 2001 From: Lennart Fleischmann Date: Thu, 24 Nov 2022 10:33:26 +0100 Subject: [PATCH] docs: remove announcement bar --- docs/docusaurus.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 10f601805..82764d5c2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -106,14 +106,6 @@ const config = { } }, image: 'img/thumbnail.jpg', - announcementBar: { - id: 'support_us', - content: - '⚠️ This documentation is currently a work in progress, stay tuned for more content! ⚠️', - backgroundColor: '#83ceff', - textColor: '#091E42', - isCloseable: true, - }, colorMode: { defaultMode: 'dark', disableSwitch: true,