From 1b0b40ecfa6ba3a4dfbd70ce9cadb2aadd147d42 Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:15:11 +0900 Subject: [PATCH 1/2] Revise template text --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6e17cc0f..30816a11 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -492,7 +492,7 @@ const config = { id: 'new_version', content: 'Docs for both ScalarDB Community and Enterprise editions now live on this site! Editions that a doc applies to are in tags at the top of each page 🏷️', - // 'The ScalarDB X.X is now available!🥳 For details on what\'s included in this new version, see the release notes.', + // 'Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the release notes.', backgroundColor: '#2673BB', textColor: '#FFFFFF', isCloseable: true, From 9487265cdf7a31aa0dfab4be3da225d1183deb8d Mon Sep 17 00:00:00 2001 From: Josh Wong <23216828+josh-wong@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:15:25 +0900 Subject: [PATCH 2/2] Change banner announcement to 3.14 release --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 30816a11..032efac5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -491,7 +491,7 @@ const config = { announcementBar: { id: 'new_version', content: - 'Docs for both ScalarDB Community and Enterprise editions now live on this site! Editions that a doc applies to are in tags at the top of each page 🏷️', + 'Announcing the release of ScalarDB 3.14!🚀 For details on what\'s included in this new version, see the release notes.', // 'Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the release notes.', backgroundColor: '#2673BB', textColor: '#FFFFFF',