kotlin-multiplatform-logger

Project Documentation

This project uses MkDocs/Material for MkDocs to generate documentation. To develop documentation, it is recommended to install MkDocs locally.

Running locally

  1. Install Material for MkDocs locally
  2. Preview the documentation in browser by running this in terminal
    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.

Resources

MkDocs Material for MkDocs