What is this? • Purpose of this tool • How to contribute
This SFU OS Dev Documentation tool is built using Docusaurus, a modern static website generator and hosted by Github Page.
Click here to go to our Documentation
We invite you to contribute to the SFU OS Development Club's Documentation page, designed to support current and future students in Computer Science, Software Systems, Computer Engineering, and Computer Science minors, as well as anyone interested in starting their journey in Computer Science. Our goal is to provide valuable resources that will help individuals excel in group projects and stay ahead in their academic and professional endeavors.
Thank you for your contributions and continued support!
All the documentation needs to be done in markdown format and upload it to docs
folder.
If you have one markdown file, you have to add up sidebar position at the top of the markdown file like this:
---
sidebar_position: 2
---
If you have multiple markdown files, you should make a folder and add all your markdown files in that folder. Then you have to add up sidebar position at the top of the each markdown file like this:
---
sidebar_position: 2
---
and have to add _category_.json
file in the folder. The _category_.json
file should look like this:
{
"label": "Git Documentation",
"position": 1,
"link": {
"type": "generated-index"
}
}
To contribute, please submit a Pull Request. Our executive team will review and confirm your submissions before they are published.