Hi, I upgraded dokka plugin to 2.0 in this commit:...
# dokka
o
Hi, I upgraded dokka plugin to 2.0 in this commit: https://github.com/oshai/kotlin-logging/commit/c6598126edfd0c8662a736d4023975928cfdf520 it seems the docs site was generated but all links are broken (clicking a class get 404) https://oshai.github.io/kotlin-logging/
also in version 1 there was a nice matrix of platform for kmp but I don't see it now
a
hi, yeah, in v2 Mode the default directory of modules was updated to avoid clashes in multiproject setups. Your PR is the intended way of preserving the v1 directory: https://kotlinlang.org/docs/dokka-migration.html#change-directory-of-aggregated-documentation
o
my issue was that internal links (ie links from the same website) were resulting in 404.
until I solve this i reverted to v1 and opened a new PR: https://github.com/oshai/kotlin-logging/pull/543