- Fork and Clone the repository
- Set up mdbook
- Serve the files over localhost
mdbook serve
- Edit
./src/SUMMARY.md
to include relevant Page or SubPage. This will auto generate the relevant file insrc
or a subdirectory. - Make changes in relevant files.
- Verify changes in the served webpage.
- Commit, Push and Make a PR :)