This project uses MkDocs/Material for MkDocs to generate documentation. To develop documentation, it is recommended to install MkDocs locally.
lsof -ti tcp:8082 | xargs -r kill -9 && mkdocs serve --open --config-file docs/mkdocs.yml
Note: For IntelliJ/Android Studio, run the included launch-docs
configuration to preview documentation in browser.