Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.62 KB

Decouple Documentation

The documentation is split in four categories, following the Grand Unified Theory of Documentation:

  • Tutorials demonstrate the usage of the library, skipping the setup steps,
  • Explanations present the underlying guidelines and our high-level goals, as well as explain technical decisions,
  • How-to guides are small commented examples of how to solve specific problems,
  • The reference is a low-level precise explanation of the API elements and how to use them.

Tutorials

Explanations

Project origin and identity:

Project organization:

How-to guides

In the future, this section will have guides to set a new project with Decouple.

The reference

The reference is documented directly in the code using KDoc. Comments are extracted and generated into a static website using Dokka.

To browse the generated site for the latest Decouple version, click here.

To generate the site for any other version, clone the repository, run the command ./gradlew dokkaHtmlMultiModule and look into build/dokka/htmlMultiModule.