You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTES="Offline documentation bundle for Apache Camel ${{ inputs.camel_version }}.
56
56
57
-
Contains all Markdown files for all connectors/components (350+) and the user manual.
57
+
Contains all Markdown documentation for connectors/components (350+) and the user manual, plus the Camel Catalog (JSON metadata for all components, data formats, languages) and the YAML DSL canonical JSON Schema.
58
58
59
59
Download and unzip locally for AI coding agents or environments with restricted internet access."
Download the zip matching your Camel version, unzip it locally, and read the `.md` files from there. Each bundle preserves the site directory structure and includes all connectors/components (350+) and the user manual.
16
+
Download the zip matching your Camel version, unzip it locally, and read the files from there. Each bundle includes:
17
+
- All connectors/components documentation (350+ as Markdown)
18
+
- The user manual (Markdown)
19
+
- The Camel Catalog — machine-readable JSON metadata for every component, data format, language, and EIP (parameters, types, defaults, descriptions)
20
+
- The YAML DSL canonical JSON Schema — the definitive spec for validating and generating Camel YAML routes (`catalog/schema/camelYamlDsl-canonical.json`)
0 commit comments