I'm spending this afternoon adding dokka for the f...
# dokka
b
I'm spending this afternoon adding dokka for the first time and hopefully get the output picked up and deployed with my Writerside docs I deploy to github pages. I just noticed when I first added the plugin I had a deprecation warning to update to v2 which I did the
dokkaGfm
task disappeared - I know it's in alpha, was it removed in v2? The docs suggest it's only in v2
o
Hey! As of new Dokka Gradle Plugin v2 we are phasing out support for generation of Markdown by Dokka (from migration guide) The format was unmaintained for quite a while and at this moment we don't have resources to maintain it
b
Thanks @Oleg Yukhnevich - there seemed to be some support in Writerside for markdown which is why I was looking for it. I ended up writing this github action that copies my dokka html into my Writerside docs so everything is in the same place: https://gist.github.com/bsautner/6a34af233d2f073d67e10c24cc98e963
👍 1