Contributing is very easy even when you have limited programming knowledge!
- Clone this repository
git clone https://github.com/MorganResearchLab/wiki.git
- All of the posts are located in the
docs
folder, creating new folder inside of it will create a new category in the sidebar. Creating an.md
or React component (.jsx
) will create a new post. More on Docusaurus guides - To preview how the wiki looks like after you add something to the
docs
folder. You have to make sure you have Node.js and Node Package Manager installed, otherwise you can skip step 3 and 4npm run start
- Add, commit and push all changes
git add . git commit -m "<INSERT_YOUR_MESSAGE_HERE>" git push
- Wait the GitHub action to finish and it's live now on MorganLab Wiki thanks for contributing!