diff options
| -rw-r--r-- | docusaurus.config.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index d4002f9..cce5f98 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,12 +51,12 @@ module.exports = { respectPrefersColorScheme: true, }, - announcementBar: { - id: 'notice', - content: 'test', - backgroundColor: '#fdad54', - isCloseable: true, - }, + // announcementBar: { + // id: 'notice', + // content: 'test', + // backgroundColor: '#fdad54', + // isCloseable: true, + // }, liveCodeBlock: { playgroundPosition: 'bottom', }, |