New Quorum documentation is now published on https://docs.goquorum.com/
Quorum documentation files are written in Markdown and configured with a YAML configuration file from mkdocs
The documentation site uses Material theme which has been configured with number of theme extensions to enhance documenting experience
To contribute, here is 3 simple steps
- Use Python to install
mkdocs
and related dependenciespip install -r requirements.txt
- Add/Modify desired documentation files and preview the site
mkdocs serve
- Commit and raise PR against master