-
Notifications
You must be signed in to change notification settings - Fork 63
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
add: example of how we can document the api #270
Conversation
…itHub flavored markdown (gfm) This can be done with HTML format also if preferred. The action runs on publish and updates doc folder to contain the latest release documentation updates. Also changed all workflows with gradle cache setup, to use action `setup-java` built-in cache instead of separate action. Please add documentation before approve/merge, as this is lacking for the library due to some developer `laziness` 😄
Looks good to me. Dokka also appears to have a |
good as @tronghn . Sounds like a better solution, if we go for release of documentation. |
I mean, we can have both solutions - they both stem from the same source anyway 😄 |
🤩 |
@tronghn please add sum commits, if you have a good one? |
seems like a good start to me, if we want to include this? @tommytroen , @jksolbakken @tronghn ? |
with dokka and kdoc and GitHub flavored markdown (gfm)
This can be done with HTML format also if preferred.
The action runs on publish and updates doc folder to contain the latest release documentation updates.
Also changed all workflows with gradle cache setup, to use action
setup-java
built-in cache instead of separate action.Please add documentation before approve/merge, as this is lacking for the library
due to some developerlaziness
😄Also, checkout the branch, and run
./gradlew dokkaHtm
or./gradlew dokkaGtm
to explore the result.