davsclaus opened a new pull request, #24998: URL: https://github.com/apache/camel/pull/24998
## Summary - Include all AsciiDoc documentation pages (693 files) from component, EIP, data format, language, and other modules in the `camel-catalog` JAR - Add `CamelCatalog` API methods (`findDocNames()`, `asciiDoc()`, `componentAsciiDoc()`, `dataFormatAsciiDoc()`, `languageAsciiDoc()`, `modelAsciiDoc()`, `otherAsciiDoc()`) to access documentation at runtime - Update `PrepareCatalogMojo` with `executeDocs()` to copy adoc files and generate `docs.properties` index during the catalog build This makes documentation available to AI agents (via MCP tools), the Camel CLI/TUI, and IDE tooling for every Camel version — including SNAPSHOT and non-LTS releases where the camel-website offline docs bundle is not available. ## Test plan - [x] Added 8 unit tests in `CamelCatalogTest` covering all new API methods - [x] All 986 existing catalog tests pass - [x] Verified 693 adoc files are generated in the catalog `docs/` directory _Claude Code on behalf of davsclaus_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
