Try https://magento-lucknow.github.io/certification-notes/
- Pull the project
- Install
npm i docsify-cli -g
- Run
docsify serve docs
- Open http://localhost:3000/
- Learn GitHub Markdown format (.md) from https://guides.github.com/features/mastering-markdown/
- Create/Update
.md
file indocs
folder and add link in_sidebar.md
- Clone the repo to your account
- Make changes in new branch and push to your account
- Navigate to this original repo and create a Pull Request with your branch to master.