Pull requests to collaborate on the wiki.
Use /src folder for proposed edits.
cargo install mdbook(in home)- in {path}/wiki run
mdbook serve - open summary.md
- add the new chapter (look how it was done previously)
- the new chapter file will be created automatically when added to summary.md
- open the file that was created and add whatever content should be there
- when changes are done run
mdbook testto check if all syntax is correct - git add, commit etc whatever applies and push
- don't git pull when git serve is running