jamesnetherton opened a new issue #3625: URL: https://github.com/apache/camel-quarkus/issues/3625
Here's how the config docs for the YAML DSL is supposed to look: https://github.com/apache/camel-quarkus/blob/main/extensions-core/yaml-dsl/runtime/src/main/java/org/apache/camel/quarkus/dsl/yaml/YamlDslConfiguration.java#L26-L59 How it actually gets rendered: https://camel.apache.org/camel-quarkus/2.7.x/reference/extensions/yaml-dsl.html#quarkus.camel.yaml.flow-mode I notice in Quarkus that they use `asciidoclet`. I wonder if we could make use of that. Example markup here: https://github.com/quarkusio/quarkus/blob/main/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/config/MPMetricsConfigGroup.java#L13-L34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org