Skip to content

Commit 0f4ed57

Browse files
authored
Merge pull request #82 from UMLCloudComputing/chore--Add-announcement-banner
Chore add announcement banner
2 parents 937a211 + f4167e7 commit 0f4ed57

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ This is the official repo for the UML Cloud Computing Club's website.
1212
The website is implemented using [Docusaurus](https://docusaurus.io/), [MUI](https://mui.com/), and some fundamental [ReactJS](https://react.dev/).
1313

1414

15-
## 👨‍💻 Documentation and Tutorials Contribution Guidelines
15+
## 👨‍💻 Activities and Resources Contribution Guidelines
1616
<details>
1717
<summary>View Contents</summary>
18-
To edit the documentation sections or the tutorials section of the website:
18+
To edit the activities sections or the resources section of the website:
1919

2020
1. Create a new branch from the **main** branch
2121
2. Make the appropriate edits within this branch
@@ -25,7 +25,7 @@ To edit the documentation sections or the tutorials section of the website:
2525

2626
All markdown files containing documentation details of the projects are in **docs/projects/** with the project's name marking the folder that contain's it's documentation
2727

28-
All markdown files containing tutorial details are in **docs/tutorials/** with the specific tutorial's name marking the folder that contain's it's files.
28+
All markdown files containing tutorial details are in **docs/resources/** with the specific resource/class's name marking the folder that contain's it's files.
2929

3030
All markdown files containing activity details are in **docs/activities/** with the specific activity's name marking the folder that contain's it's files.
3131

docusaurus.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ const config = {
100100
disableSwitch: false,
101101
respectPrefersColorScheme: true,
102102
},
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! 🚀',
107+
backgroundColor: '#48a0ff',
108+
textColor: '#fff',
109+
isCloseable: false
110+
},
103111
navbar: {
104112
title: 'UML Cloud Computing Club',
105113
logo: {

0 commit comments

Comments
 (0)