Skip to content

MorganResearchLab/wiki

Repository files navigation

Contributing

Contributing is very easy even when you have limited programming knowledge!

  1. Clone this repository
    git clone https://github.com/MorganResearchLab/wiki.git
  2. 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
  3. 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 4
    npm run dev
    
  4. Add, commit and push all changes
    git add .
    git commit -m "<INSERT_YOUR_MESSAGE_HERE>"
    git push
    
  5. Wait the GitHub action to finish and it's live now on MorganLab Wiki thanks for contributing!

Releases

No releases published

Packages

No packages published

Languages