This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 79f7a63d5f89e23f2c3663bb97e99e18f92a02d4 Author: Lari Hotari <[email protected]> AuthorDate: Wed Apr 1 01:03:22 2026 +0300 Add 4.2 to announcement bar --- docusaurus.config.ts | 4 ++-- src/components/ui/renderAnnouncementBar.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 52ff54fadb8..f13403b959d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -161,8 +161,8 @@ module.exports = async function createConfigAsync() { announcementBar: { id: "summit", content: renderAnnouncementBar( - "✨ Apache Pulsar 4.1 is here! ✨", - "/blog/2025/09/09/announcing-apache-pulsar-4-1/" + "✨ Apache Pulsar 4.2 is here! ✨", + "/download/" ), backgroundColor: "#282826", textColor: "#fff", diff --git a/src/components/ui/renderAnnouncementBar.js b/src/components/ui/renderAnnouncementBar.js index 7839f2238b1..bd9519349ea 100644 --- a/src/components/ui/renderAnnouncementBar.js +++ b/src/components/ui/renderAnnouncementBar.js @@ -21,7 +21,7 @@ const arrowIcon = ` */ function renderAnnouncementBar(html, href) { return ` - <a class="announcement-bar" href="${href}" target="_blank"> + <a class="announcement-bar" href="${href}"> <div class="announcement-bar__content"> <!-- <svg class="announcement-bar__icon"> ${boltIcon}
