Closed MGaetan89 closed 2 days ago
This PR updates to Dokka 2.0.0, and configures it to eventually be able to publish it.
All modules
Pillarbox
Module.md
Readme.md
To generate the documentation, simply run:
./gradlew :dokkaGenerate
In the output, you should see a link to access the generated documentation:
Generated Dokka HTML publication: http://localhost:63342/Pillarbox/build/dokka/html/index.html
-0.44%
-9.54%
Pull request
Description
This PR updates to Dokka 2.0.0, and configures it to eventually be able to publish it.
Changes made
All modules
page name on the homepage withPillarbox
.Module.md
file to each module to describe it (it's currently a copy/pates of the first paragraph of the existingReadme.md
file of each module).How-to
To generate the documentation, simply run:
In the output, you should see a link to access the generated documentation:
Checklist