aldettinger opened a new issue #2417: URL: https://github.com/apache/camel-quarkus/issues/2417
More context with this [commit](https://github.com/apache/camel-quarkus/commit/c03d38234694fe04eb91bc04de4332fc93bcea8d#diff-46b42b4229cd7a39c564e780bb665a8bde4fdf722007e8473f167fe53ed4b995). With a @ConfigItem as below: ``` /** * If {@code true} all {@code camel-main} features are enabled; otherwise no {@code camel-main} features are * enabled. See described the * <a href="https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_camel_main">Bootstrap</a> * section of Camel Quarkus documentation for more details. */ @ConfigItem(defaultValue = "true") public boolean enabled; ``` The generated adoc documentation in `docs/modules/ROOT/pages/reference/extensions/core.adoc` will contain: ``` link:https://camel.apache.org/camel-quarkus/latest/user-guide/bootstrap.html#_camel_main[Bootstrap] ``` while an xref as below is expected: ``` xref:user-guide/bootstrap.adoc[Bootstrap]. ``` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org