ppalaga commented on issue #1557: URL: https://github.com/apache/camel-quarkus/issues/1557#issuecomment-678422616
I guess you mean these attributes? https://github.com/apache/camel/blame/master/docs/components/modules/dataformats/pages/any23-dataformat.adoc#L6-L9 That would have to be done in these FreeMarker templates: * https://github.com/apache/camel-quarkus/blob/master/tooling/maven-plugin/src/main/resources/doc-templates/camel-kind.adoc.ftl#L3 * https://github.com/apache/camel-quarkus/blob/master/tooling/maven-plugin/src/main/resources/doc-templates/extensions.adoc.ftl#L4 And in the Maven mojo that is processing the templates in case we need to pass more data to the templates: https://github.com/apache/camel-quarkus/blob/master/tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/UpdateExtensionDocPageMojo.java#L88-L101 > Is there any objection to doing this? Please go ahead! > I don't quite understand the criteria for inclusion in one or more of these pages, it would be helpful if it could be explained in words :-). My impression is that all extensions are listed in index.adoc, Yes, all "listed" ones. We also have some internal and test extensions that we do not list there. > and also listed in exactly one of the other pages depending on the kind of the first scheme. Yes, the entries in camel catalogs are organized by `kind`. The kinds are: components, data formats, languages and others. Camel uses some more kinds that we do not have in Camel Quarkus. One extension can contain several Camel features of distinct kinds. E.g. the flatpack extension contains the flatpack component and flatpack data format: https://camel.apache.org/camel-quarkus/latest/reference/extensions/flatpack.html So it is listed both under components https://camel.apache.org/camel-quarkus/latest/reference/components.html and under data formats: https://camel.apache.org/camel-quarkus/latest/reference/dataformats.html Feel free to ask if you have more questions. ---------------------------------------------------------------- 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