quorum/docs
Krish1979 6a3a6900bc Tessera 0.10.0 - Documentation update (#801)
Tessera 0.10.0 Release updates
2019-08-13 18:29:02 -04:00
..
Cakeshop Cakeshop documentation inclusion (#773) 2019-08-06 09:48:20 -04:00
Consensus Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
Getting Started Tessera 0.10.0 - Documentation update (#801) 2019-08-13 18:29:02 -04:00
Privacy Tessera 0.10.0 - Documentation update (#801) 2019-08-13 18:29:02 -04:00
Security/Framework update security framework documentation (#774) 2019-07-10 14:12:43 -04:00
Transaction Processing Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
images Add logo favicon and other minor doc fixes/changes: (#723) 2019-05-23 18:37:52 -04:00
theme Add logo favicon and other minor doc fixes/changes: (#723) 2019-05-23 18:37:52 -04:00
FAQ.md Adding Quorum compatibility table to FAQ (#726) 2019-05-29 10:42:18 -04:00
Quorum Design.png Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
Quorum Whitepaper v0.2.pdf Documentation wording and formatting changes (#492) 2018-08-24 09:08:02 -04:00
Quorum_Equity_Use_Case.png Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
README.md added how-to-contribute (#736) 2019-06-10 15:25:00 -04:00
ZSL-Quorum-POC_Protocol_v0_4.png Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
ZSL.md Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
conf.py Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
index.md Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
requirements.txt Quorum documentation update (#701) 2019-05-02 12:38:58 -04:00
roadmap.md Docs updates (#735) 2019-06-10 10:42:20 -04:00

README.md

Documentation Status

Quorum documentation

New Quorum documentation is now published on https://docs.goquorum.com/

How to contribute

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 dependencies
    pip install -r requirements.txt
    
  • Add/Modify desired documentation files and preview the site
    mkdocs serve
    
  • Commit and raise PR against master