davsclaus opened a new pull request, #23892: URL: https://github.com/apache/camel/pull/23892
## Summary _Claude Code on behalf of Claus Ibsen_ Complete restructuring of the Camel CLI documentation — the monolithic 4,800-line page is now 16 focused sub-pages organized for a low-code CLI user journey. **Restructuring (earlier commits):** - Split the monolith into focused pages: Getting Started, Running Camel, Dev Services, Data Transformation, Development Tools, Debugging, Managing Integrations, Export to Maven, Tips and Recipes, Java Beans, Configuration - Reordered navigation by importance (getting started → running → data → tools → debugging → managing → export) - Renamed "Dependency Injection" → "Java Beans" (more accessible), "Projects and Catalog" → "Export to Maven" (clearer scope) - Moved catalog browsing to Getting Started, where discovery naturally happens **Prose tightening (net reduction: ~2,900 lines):** - Kubernetes Plugin: 1,758 → 749 lines (57% reduction) - MCP Server: 1,024 → 539 lines (47% reduction) - Testing Plugin: 353 → 158 lines (55% reduction) - Configuration: 192 → 111 lines (42% reduction) - Projects: 808 → 283 lines (65% reduction) - Managing: 893 → 576 lines (35% reduction) - Launcher: 79 → 53 lines (33% reduction) **New content:** - New page: **AI Tools** — documents `camel ask`, `camel explain`, and `camel harden` with LLM provider auto-detection - Added 10 missing MCP tools to documentation (configuration_validate, component_properties, route_topology, etc.) - Documented TUI OpenTelemetry Spans tab and Process tab - Added `camel run --example` to Getting Started - Added Groovy transformation section (groovyJson/groovyXml data formats) - Documented previously missing commands: `camel shell`, `camel doctor`, `camel wrapper`, `camel restart`, `camel eval`, `camel cmd route-diagram`, `camel cmd route-topology`, `camel cmd span`, `camel cmd thread-dump` - Added TUI cross-references with auto-install tips across Getting Started, Managing, and Debugging pages ## Test plan - [ ] Verify all `xref:` links resolve correctly (no broken cross-references) - [ ] Verify navigation order in rendered site matches the intended user journey - [ ] Spot-check that no content was lost during the restructuring - [ ] Verify new AI Tools page renders correctly 🤖 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]
