-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Dokka in the JavaDoc integration #2117
Comments
I honestly don't know, as I never used Dokka 😅 But yeah, it makes sense to support it at some point. |
I wonder if it would work if we just changed the artifact ID to end with |
Not quite. Reposilite's access control breaks some stuff and things don't render properly. |
Oh cool! Thank you so much for the PR! I'd love Dokka support so much, our team could really use it |
Request details
Currently, if a
.jar
file ends with-javadoc.jar
, it can be viewed through the Reposilite web UI. Trying to do this with a-dokka.jar
, Kotlin's documentation engine doesn't seem to work. Is it possible for the JavaDoc detection to include files ending with-dokka.jar
? Or would more support need to be added to support Dokka due to a different file structure?The text was updated successfully, but these errors were encountered: