Is there a way to generate asciidocs from application.properties in Quarkus?

25 Views Asked by At

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

1

There are 1 best solutions below

1
Firdaus On

I believe quarkus extension can do smth like this