diff options
| author | Fuwn <[email protected]> | 2021-04-06 20:19:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-06 20:19:31 -0700 |
| commit | 3709f4fc4f5829c8144a2302059fe45b5d0703b8 (patch) | |
| tree | 90816c0edb1ad82d2909dc154d50d134ae73257f /docusaurus.config.js | |
| parent | fix: Branch (diff) | |
| download | site-3709f4fc4f5829c8144a2302059fe45b5d0703b8.tar.xz site-3709f4fc4f5829c8144a2302059fe45b5d0703b8.zip | |
fix: Disable announcement bar
Diffstat (limited to 'docusaurus.config.js')
| -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', }, |