Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ const config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
// announcementBar: {
// id: 'announcement-bar',
// content:
// 'ADD CONTENT HERE',
// backgroundColor: '#48a0ff',
// textColor: '#fff',
// isCloseable: false
// },
announcementBar: {
id: 'announcement-bar',
content:
'🚀 Spring 2025 Kick-off meeting this Thursday (1/30/2025)! See our <a href="https://umlcloudcomputing.org/docs/spring-2025/week-2">schedule</a> for more details. 🚀',
backgroundColor: '#48a0ff',
textColor: '#fff',
isCloseable: false
},
navbar: {
title: 'UML Cloud Computing Club',
logo: {
Expand Down
Loading