davsclaus opened a new pull request, #24150: URL: https://github.com/apache/camel/pull/24150
## Summary Split the Salesforce component documentation (2,546 lines) into 4 focused sub-pages organized by API family, reducing the main page to 409 lines while preserving all content. | Sub-page | Lines | Content | |----------|-------|---------| | salesforce-rest-api | 1,075 | CRUD, queries, composite requests, approvals, event schema | | salesforce-bulk-api | 584 | Bulk 2.0 and original Bulk API operations | | salesforce-streaming | 381 | Pub/Sub API, push topics, platform events, change data capture | | salesforce-reports | 117 | Report execution, instances, and results | The main page retains: Getting Started, authentication, general usage, Apex REST API (~40 lines), and links to sub-pages. ## Test plan - [x] `mvn generate-resources` in docs/ passes (xref-check green) - [ ] CI doc validation passes _Claude Code on behalf of Claus Ibsen_ Co-Authored-By: Claude <[email protected]> -- 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]
