From b3d7fe578baaa0bdbd2267492460bc01f29dc2f6 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Mon, 9 Sep 2024 10:18:39 +0300 Subject: [PATCH] docs: add announcement bar about the v5 pre-release --- website/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 1a70a964c..7808f9ab8 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -18,9 +18,9 @@ const config: Config = { respectPrefersColorScheme: true, }, announcementBar: { - id: "follow_x", + id: "v5_release", content: - 'Follow us on X (Twitter) to get the latest news and updates!', + 'The v5.0.0 Pre-Release is here, discover its new capabilities!', backgroundColor: "#f36c6c", textColor: "#1a1a1a", },