This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f911b1cfe99d Polished
f911b1cfe99d is described below
commit f911b1cfe99dce8f381a10f12d00b015ae73bc6a
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 1 11:57:45 2026 +0100
Polished
---
docs/user-manual/modules/ROOT/pages/camel-catalog.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
b/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
index 011a816c20c9..4925668d4ee9 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-catalog.adoc
@@ -34,6 +34,8 @@ The following tools uses the catalog in their editor:
The xref:camel-report-maven-plugin.adoc[Camel Maven validation] plugin uses
the catalog during validation of all the
Camel endpoints found while scanning the source code.
+The xref:camel-jbang.adoc[Camel JBang] CLI uses the catalog in some of the
commands and actions.
+
=== Layout of camel-catalog
JAR includes the information using the following directory layout:
@@ -49,11 +51,14 @@ org
├── dataformats (JSON schema)
├── dev-consoles (JSON schema)
├── languages (JSON schema)
+ ├── jbang (JSON schema)
├── main (JSON schema)
├── models (JSON schema)
+ ├── models-app (JSON schema)
├── others (JSON schema)
├── releases (JSON schema)
├── schemas (XML schema)
+ ├── test-infra (JSON schema)
└── transformers (JSON schema)
----