Skip to content

Commit 7882ae6

Browse files
committed
Remove announcement
1 parent f595bb9 commit 7882ae6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docusaurus.config.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,14 @@ const config = {
534534
darkTheme: prismThemes.dracula,
535535
additionalLanguages: ['csharp', 'docker', 'gradle', 'java', 'json', 'log', 'properties', 'python', 'scala', 'shell-session', 'sql', 'toml'],
536536
},
537-
announcementBar: {
538-
id: 'new_version',
539-
content:
540-
'<b>Announcing the release of ScalarDB 3.15!🚀 For details on what\'s included in this new version, see the <a target="_self" href="https://scalardb.scalar-labs.com/docs/latest/releases/release-notes">release notes</a>.',
541-
// '<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>',
542-
backgroundColor: '#2673BB',
543-
textColor: '#FFFFFF',
544-
isCloseable: false,
545-
},
537+
// announcementBar: {
538+
// id: 'new_version',
539+
// 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>',
541+
// backgroundColor: '#2673BB',
542+
// textColor: '#FFFFFF',
543+
// isCloseable: false,
544+
// },
546545
zoom: {
547546
selector: '.markdown :not(em) > img',
548547
background: {

0 commit comments

Comments
 (0)