Update dokka to 2.x and setup a multi-module versioned setup. - #556
Update dokka to 2.x and setup a multi-module versioned setup.#556escardin wants to merge 1 commit into
Conversation
|
I don't see any change in the PR which would cause the test not to run. I don't think its related to this change but the test check isn't completed on this PR. It could be as simple as trying to re-triggering the github action by rebasing the PR |
It's not any worse than what exists, but at least it's not complaining anymore. I think some small tweaks could get it all the way to working.
38b9ade to
ba32800
Compare
|
Can you include the original error logs or motivation for this PR? What is the motivation for the |
Actually, the docs website doesn't work (and doesn't truly work after this either). I wanted to get rid of the Dokka 2.x warnings, and the way I changed it is the recommended way to go about doing what we were doing according to the docs. That is, publishing versioned docs is supported in dokka, but we were doing some weird hack. Using a convention plugin is preferred over the anti-pattern of We also had notes that we were doing a post config to update paths because the publishing plugin was mangling things, but doing this way everything works as things were designed to. There are some extra things to do to fully fix the docs site, but this is a step in the right direction. |
|
This is the warning when trying to use the V1 mode of the plugin: |
It's not any worse than what exists, but at least it's not complaining anymore. I think some small tweaks could get it all the way to working.