We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825adbe + f894bce commit 0d66581Copy full SHA for 0d66581
.gitignore
@@ -20,7 +20,9 @@
20
npm-debug.log*
21
yarn-debug.log*
22
yarn-error.log*
23
-#
+
24
+# AWS Secrets
25
+IAM_Automation/aws_creds.py
26
27
# Ignore everything in docs/projects except md files in the root of docs/projects
28
docs/projects/*
docusaurus.config.js
@@ -103,7 +103,7 @@ const config = {
103
announcementBar: {
104
id: 'announcement-bar',
105
content:
106
- '🚀 We will be at the <a href="https://www.uml.edu/calendar/events/43828122">UML Club Engagement Fair</a> after Convocation! Come say hello!🚀',
+ '🚀Kick-off meeting coming soon!🚀',
107
backgroundColor: '#48a0ff',
108
textColor: '#fff',
109
isCloseable: false
0 commit comments