Skip to content

Commit

Permalink
chore: turn off announcement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jliermann committed Nov 19, 2024
1 parent 6ef3901 commit dd8045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { themes as prismThemes } from "prism-react-renderer";

const announcementBarActive = true; // set to true to activate the announcement bar
const announcementBarActive = false; // set to true to activate the announcement bar
const announcementBar = announcementBarActive
? require("./announcementBar.json")
: {};
Expand Down

0 comments on commit dd8045b

Please sign in to comment.