Is it possible to generate openAPI or Kdoc/dokka for a server's end points without IntelliJ? I want to run it in CI in order to keep documentation up-to-date. A gradle command would be ideal.
@hfhbd were you working on documentation generation?
h
hfhbd
02/20/2025, 1:48 PM
I do, but it’s not yet open source and it’s not a Ktor plugin, but a micro service framework that generates an OpenApi file that is used to generate the classes, and Ktor server and client implementation.