Skip to content

Commit 2fb76f5

Browse files
committed
Add parameters to announcement bar URL
1 parent a75d7cd commit 2fb76f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ const config = {
423423
announcementBar: {
424424
id: 'new_version',
425425
content:
426-
'<b>🎊ScalarDL Ledger, the ledger database middleware component of ScalarDL, is now open-sourced under Apache License 2.0! To try it out, see <a target="_self" href="https://scalardl.scalar-labs.com/docs/latest/getting-started">Get Started with ScalarDL Ledger</a>.</b>',
427-
// '<b>Announcing the release of ScalarDL X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes">release notes</a>.</b>',
426+
'<b>🎊ScalarDL Ledger, the ledger database middleware component of ScalarDL, is now open-sourced under Apache License 2.0! To try it out, see <a target="_self" href="https://scalardl.scalar-labs.com/docs/latest/getting-started?utm_source=docs-site&utm_medium=announcementbar">Get Started with ScalarDL Ledger</a>.</b>',
427+
// '<b>Announcing the release of ScalarDL X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" href="/docs/latest/releases/release-notes?utm_source=docs-site&utm_medium=announcementbar">release notes</a>.</b>',
428428
backgroundColor: '#2673BB',
429429
textColor: '#FFFFFF',
430430
isCloseable: false,

0 commit comments

Comments
 (0)