MMC guidelines and documentation are automatically generated from Markdown to HTML using mkdocs-material. The API documentation is automatically converted from Protobuf to Markdown using protoc-gen-doc.
Run the following command to generate the documentation after installing protoc-gen-doc:
protoc -I=protobuf --doc_out=./docs --doc_opt=markdown,protocol-documentation.md protobuf/*.proto protobuf/mmc/*.protoFor full guidelines on how to use the API, open site/index.html in your
browser.