Skip to content

Commit a35bc8c

Browse files
committed
Add parameters to announcement bar URL
Parameters help us better understand clicks on links in the announcement bar.
1 parent 7882ae6 commit a35bc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ const config = {
537537
// announcementBar: {
538538
// id: 'new_version',
539539
// content:
540-
// // '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes">release notes</a>.<b>',
540+
// // '<b>Announcing the release of ScalarDB X.X!🚀 For details on what\'s included in this new version, see the <a target="_self" rel="noopener noreferrer" href="/docs/latest/releases/release-notes?utm_source=docs-site&utm_medium=announcementbar">release notes</a>.<b>',
541541
// backgroundColor: '#2673BB',
542542
// textColor: '#FFFFFF',
543543
// isCloseable: false,

0 commit comments

Comments
 (0)