Skip to content
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

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Conversation

andresuribe87
Copy link
Contributor

@andresuribe87 andresuribe87 commented Sep 27, 2023

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:
image

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

@andresuribe87 andresuribe87 marked this pull request as ready for review September 27, 2023 17:06

localDirectory.set(rootProject.projectDir)
remoteUrl.set(URL(exampleDir))
remoteLineSuffix.set("#L")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh?

Copy link
Contributor Author

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 🤷

Copy link
Contributor

@nitro-neal nitro-neal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@andresuribe87 andresuribe87 merged commit 650cccb into main Sep 27, 2023
@mistermoe mistermoe deleted the dokka branch November 1, 2023 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants