Skip to content

Commit 56476a9

Browse files
committed
Add announcement for 3.16 release
1 parent 5c9693b commit 56476a9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docusaurus.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,15 @@ const config = {
536536
darkTheme: prismThemes.dracula,
537537
additionalLanguages: ['csharp', 'docker', 'gradle', 'java', 'json', 'log', 'properties', 'python', 'scala', 'shell-session', 'sql', 'toml'],
538538
},
539-
// announcementBar: {
540-
// id: 'new_version',
541-
// content:
542-
// // '<b>Announcing the release of ScalarDB 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>',
543-
// backgroundColor: '#2673BB',
544-
// textColor: '#FFFFFF',
545-
// isCloseable: false,
546-
// },
539+
announcementBar: {
540+
id: 'new_version',
541+
content:
542+
'Announcing the release of ScalarDB 3.16!🚀 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>',
543+
// 'Announcing the release of ScalarDB 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>',
544+
backgroundColor: '#2673BB',
545+
textColor: '#FFFFFF',
546+
isCloseable: false,
547+
},
547548
zoom: {
548549
selector: '.markdown :not(em) > img',
549550
background: {

0 commit comments

Comments
 (0)