diff options
| author | Fuwn <[email protected]> | 2021-04-06 20:32:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-06 20:32:48 -0700 |
| commit | 048ee8879f73d387f4959c224ed4d7cfa918d338 (patch) | |
| tree | 70c35515990a851a3455bbd6cef13034522b8418 /docusaurus.config.js | |
| parent | fix: Image path (diff) | |
| parent | fix: Disable announcement bar (diff) | |
| download | site-048ee8879f73d387f4959c224ed4d7cfa918d338.tar.xz site-048ee8879f73d387f4959c224ed4d7cfa918d338.zip | |
Merge branch 'main' of https://github.com/Whirlsplash/site into main
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', }, |