You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official repo for the UML Cloud Computing Club's website.
11
+
12
+
The website is implemented using [Docusaurus](https://docusaurus.io/) and some fundamental [ReactJS](https://react.dev/).
13
+
14
+
15
+
## 👨💻 Documentation and Tutorials Contribution Guidelines
16
+
17
+
To edit the documentation sections or the tutorials section of the website:
18
+
19
+
1. Create a new branch from the **main** branch
20
+
2. Make the appropriate edits within this branch
21
+
3. Make an eventual pull request for the branch to be merged into **main**
22
+
4. Await approval or make the reviewers' requested changes and resubmit
23
+
24
+
25
+
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
26
+
27
+
All markdown files containing tutorial details are in **docs/tutorials/** with the specific tutorial's name makring the folder that contain's it's files.
28
+
29
+
All markdown files should follow Docusaurus's guidelines for folder structure for autogenerating the UI and pagination. More details are available at the [Docusaurus Docs](https://docusaurus.io/docs/sidebar/autogenerated).
0 commit comments