-
Notifications
You must be signed in to change notification settings - Fork 0
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
Api documentation #27
Comments
Hi, thanks for the interest! Publishing docs is something I want to do. I've been working on setting up a GitHub Pages site, with demonstrations of functionality, that are automatically tested. The result would be similar to https://adamko-dev.github.io/kotlinx-serialization-typescript-generator/. Would that suit your needs? I'm not a big fan of Dokka. It's slow, and the Gradle plugin doesn't follow the Gradle API correctly which causes build problems. I think that publishing the sources JAR is good enough for usage within IDEs. |
Thanks for the feedback. I just wanna get a quick view of the API without opening an editor. Whether i'm on the phone or in front of my computer. I do like how Dokka presents the code but if you have other solutions in mind that's not a big issue for me. |
Hey @kfh, I've just finished with the API docs https://adamko-dev.github.io/kotka-streams/ What do you think? |
Yeah, this looks good 👌 Exactly what i felt was missing. Great work |
Just discovered this nice little library and while playing around i thought it would be useful to have docs of the full api available. What about using Dokka for a nice viewing experience ?
The text was updated successfully, but these errors were encountered: