Dokka for Material for MkDocs 0.1.0 is out!
You may have noticed that OpenSavvy is converging towards the use of Material for MkDocs to document our projects. But this leads us to having two different documentation websites: the textual one with MkDocs, and Dokka's API reference. Since information is spread between two different websites, cross-linking is difficult and users have a hard time finding what they are searching for. We're starting a Gradle & Dokka plugin to directly generate MkDocs pages from the Dokka output, so everything can be in a single website, with cross-linking and everything else nice.
In this first version, we fork Dokka's GFM plugin and create Gradle plugins to configure everything. Thanks to
@Adam S for guiding me through everything!
Changelog •
Repository