@TobiasWalle do you have time to contribute anything on this? I've tried to get started on it a few times, but it's a bit "heavy".
Sure. This week I won't have much time, but I can help out next week. Where can I get started?
Great! I think this should probably have its own page, like documentation/openapi, I can set that up.
I created https://javalin.io/plugins/openapi
The source file is at https://github.com/javalin/javalin.github.io/blob/master/pages/plugins/openapi.md
If you want to build the website locally you'll need jekyll: https://jekyllrb.com/docs/
Thank you! I will let you know once I think the documentation is ready.
Do you consider this done @TobiasWalle ?
@tipsy The only thing is missing, are the Kotlin examples. I didn't had time to do it yet, but it is very similar to the java examples. There are just some small API differences, so for example, you can omit the OpenApiBuilder. prefix and can just write document() instead of OpenApiBuilder.document().
Otherwise I consider this issue as closed.
If the difference is that small, I think we can live without them for a while. I'll close this now. Thanks again!