Skip to content

Commit db97cb1

Browse files
authored
chore: Update Week 6 meeting notes, disable announcement banner (#183)
1 parent 34c4baf commit db97cb1

2 files changed

Lines changed: 21 additions & 16 deletions

File tree

docs/schedule/2025Spring/Week6.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,27 @@ tag: meeting-notes
3232

3333

3434
### 🚩 Agenda
35-
1. ...
36-
2.
37-
3.
35+
1. Break for Pizza
36+
2. Infrastructure Team: Defining some lambda functions
37+
3. Front End: Covering fundamentals
3838

3939

4040
### 📓 Meeting Notes
4141

4242
**📄 Attendance**
43-
- In-Person:
44-
- Virtual:
43+
- In-Person: 12
44+
- Virtual: 0
4545
<br/>
4646

47-
### Presentation Section
48-
4947
### 🧑‍💻 Hands On Section
5048

49+
Covered a React Tutorial within Front End Team
50+
51+
Infrastructure team began writing a few test lambda functions
52+
5153
### 🪄 Meeting Resources
54+
[React Tutorial](https://github.com/UMLCloudComputing/react-tutorial)
55+
56+
#### 🚀 Next meeting(s)
5257

53-
#### 🚀 Next meeting(s)
58+
Continue working on Immersion within our teams

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ const config = {
118118
disableSwitch: false,
119119
respectPrefersColorScheme: true,
120120
},
121-
announcementBar: {
122-
id: 'announcement-bar',
123-
content:
124-
'🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 27th! Come join us! 💬🍕🧑‍💻',
125-
backgroundColor: '#48a0ff',
126-
textColor: '#fff',
127-
isCloseable: false
128-
},
121+
// announcementBar: {
122+
// id: 'announcement-bar',
123+
// content:
124+
// '🧑‍💻🍕💬 Next <a href="https://umlcloudcomputing.org/docs/current-schedule">meeting</a> @ Olsen Hall 330 on Feb 27th! Come join us! 💬🍕🧑‍💻',
125+
// backgroundColor: '#48a0ff',
126+
// textColor: '#fff',
127+
// isCloseable: false
128+
// },
129129
navbar: {
130130
title: 'UML Cloud Computing Club',
131131
logo: {

0 commit comments

Comments
 (0)