-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create nice documentation and publish to GH pages #44
Conversation
|
||
localDirectory.set(rootProject.projectDir) | ||
remoteUrl.set(URL(exampleDir)) | ||
remoteLineSuffix.set("#L") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have no idea, just copy pasted from the examples 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Overview
Create nice HTML docs using dokka.
Description
This examples is based on https://github.com/Kotlin/dokka/blob/master/examples/gradle/dokka-multimodule-example/README.md
How Has This Been Tested?
See the example of what this looks like locally:
The CI was tested and I was able to see the contents in https://tbd54566975.github.io/web5-sdk-kotlin/docs/htmlMultiModule/index.html
References
https://kotlinlang.org/docs/dokka-gradle.html