Is there a way to automatically generate asciidocs from application.properties in Quarkus? lets say i have an application.properties with the following keys
quarkus.lambda.expected-exceptions
quarkus.lambda.handler
I want to generate docs like the quarkus config documentation like so. enter image description here
I believe quarkus extension can do smth like this