Library Setup
This page covers the documentation site infrastructure — how it is built, continuously deployed, and how to preview changes locally. The site is generated with Docusaurus and published automatically via GitHub Actions on every push to develop. Documentation source lives in the versioneddocs/ directory; the current version is 1.0.
Library Usage
5 items
Code Documentation (`Kdocs`)
We utilize Dokka to generate comprehensive Kotlin code documentation for the MTN MOMO API SDK. This tool ensures that all code added to the repository is accompanied by corresponding documentation, significantly enhancing usability and maintainability for developers.