Skip to content

Commit 41a0c92

Browse files
committed
Change announcement isCloseable to false
1 parent d650351 commit 41a0c92

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
@@ -495,7 +495,7 @@ const config = {
495495
// '<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>',
496496
backgroundColor: '#2673BB',
497497
textColor: '#FFFFFF',
498-
isCloseable: true,
498+
isCloseable: false,
499499
},
500500
zoom: {
501501
selector: '.markdown :not(em) > img',

0 commit comments

Comments
 (0)