Fix Salesforce: replace orphan processor wrapper with three input wrappers#592
Fix Salesforce: replace orphan processor wrapper with three input wrappers#592Feediver1 wants to merge 1 commit into
Conversation
…ppers Connect v4.91.0 (rp-connect-docs commit eb5b720, 2026-05-11) restructured Salesforce upstream: the salesforce processor was removed and three new input pages were added (salesforce, salesforce_cdc, salesforce_graphql). Cloud-docs PR #567 had added a processor wrapper on 2026-05-01, 10 days before the upstream restructure. The orphan include has been failing the cloud-docs build with: ERROR (asciidoctor): target of include not found: redpanda-connect:components:processors/salesforce.adoc Plus two follow-on xref errors for the new input siblings. This change: - Deletes modules/develop/pages/connect/components/processors/salesforce.adoc - Adds three input wrappers under .../components/inputs/ following the established 3-line wrapper pattern - Preserves the old processor URL via :page-aliases: on the new inputs/salesforce.adoc wrapper for any external links - Updates nav.adoc: removes the processor entry, inserts the three input entries alphabetically after resource.adoc - Updates whats-new-cloud.adoc May 2026 entry: removes the (incorrect) salesforce processor line and adds the three new inputs under a new Inputs: subheading Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR reclassifies Salesforce component documentation from the processor category to inputs. The changes add three new input component pages for Salesforce (standard, CDC, and GraphQL variants), update the navigation structure to reference these inputs and remove the processor reference, update the release notes to reflect the new component inventory, and remove the Salesforce processor page. Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Connect v4.91.0 (rp-connect-docs commit
eb5b720, 2026-05-11) restructured Salesforce upstream:processors/salesforce.adocinputs/salesforce.adoc(new)inputs/salesforce_cdc.adoc(new)inputs/salesforce_graphql.adoc(new)Cloud-docs PR #567 had added a processor wrapper on 2026-05-01, 10 days before the upstream restructure. The orphan include has been failing the cloud-docs build with three errors:
Changes
modules/develop/pages/connect/components/processors/salesforce.adoc(orphan wrapper).../components/inputs/following the established three-line wrapper pattern that the rest of the input wrappers use (= name/:page-aliases: components:inputs/name.adoc/include::redpanda-connect:components:inputs/name.adoc[tag=single-source]):page-aliases: components:processors/salesforce.adocon the newinputs/salesforce.adocwrapper so any external links to the old processor path still resolvemodules/ROOT/nav.adoc:resource.adoc)modules/get-started/pages/whats-new-cloud.adoc(May 2026 section):* Inputs:subheading with the three new salesforce input descriptions sourced from the upstream source pagesPreview pages
https://deploy-preview-<n>--rp-cloud.netlify.app/redpanda-cloud/develop/connect/components/inputs/salesforce/.../inputs/salesforce_cdc/.../inputs/salesforce_graphql/Test plan
/redpanda-cloud/develop/connect/components/processors/salesforce/) redirects to the new/inputs/salesforce/page via the:page-aliases:entry.🤖 Generated with Claude Code