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", },