Documentation

Overview

Mojaloop has set forward several standards to ensure that documentation throughout the project is consistent and kept up to date.

  • All documentation that is relevant for contributors is kept on the "documentation" repository.

  • The "documentation" repository is sync'ed with GitBook and all content is consumed in an easily readable format on: https://www.gitbook.com/mojalooparrow-up-right

  • All documentation should include:

    • Overview: business overview to provide the value or reason for the documentation page

    • Details: appropriate summary information to support the documentation

Documentation standardsarrow-up-right

Documentation Style Guide

All new documentation should confirm to the documentation and styles as discussed here.

Code Style Guide

NodeJS

We follow the Standard style guidelinesarrow-up-right. Add npm install standard to you package.json.

Java

For Java we follow Checkstylearrow-up-right.Code Quality Metrics

Last updated

Was this helpful?