Skip to content

Commit ebb51a3

Browse files
ofriwclaude
andcommitted
Hide under construction announcement bar
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ff93e5c commit ebb51a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docusaurus.config.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ const config: Config = {
106106
themeConfig: {
107107
// Social media preview card (Open Graph, Twitter Card)
108108
image: 'img/social-card.png',
109-
announcementBar: {
110-
id: 'under_construction',
111-
content: '🚧 Course Under Development - Content is still changing',
112-
backgroundColor: 'var(--announcement-bg)',
113-
textColor: 'var(--announcement-text)',
114-
isCloseable: false,
115-
},
109+
// announcementBar: {
110+
// id: 'under_construction',
111+
// content: '🚧 Course Under Development - Content is still changing',
112+
// backgroundColor: 'var(--announcement-bg)',
113+
// textColor: 'var(--announcement-text)',
114+
// isCloseable: false,
115+
// },
116116
colorMode: {
117117
respectPrefersColorScheme: true,
118118
},

0 commit comments

Comments
 (0)