diff --git a/docusaurus.config.js b/docusaurus.config.js index ff93885c4..c698697bc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -122,13 +122,13 @@ const config = { // ... other Algolia params }, - announcementBar: { - id: "announcement_bar", - content: "⛔️ This documentation site is still under construction! 🚧", - backgroundColor: "#fafbfc", - textColor: "#091E42", - isCloseable: false, - }, + // announcementBar: { + // id: "announcement_bar", + // content: "⛔️ This documentation site is still under construction! 🚧", + // backgroundColor: "#fafbfc", + // textColor: "#091E42", + // isCloseable: false, + // }, colorMode: { defaultMode: "light", disableSwitch: false,