Skip to content

Commit

Permalink
fix: remove announcement bar for construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lin committed Feb 7, 2023
1 parent 88110f9 commit a522c67
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit a522c67

@vercel
Copy link

@vercel vercel bot commented on a522c67 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

doc-teku-git-main-infura-web.vercel.app
doc-teku-infura-web.vercel.app
docs.teku.consensys.net

Please sign in to comment.