Skip to content

docs: fix rpcn schema formatting in CDC input descriptions#4587

Open
JakeSCahill wants to merge 1 commit into
mainfrom
fix/rpcn-schema-typo
Open

docs: fix rpcn schema formatting in CDC input descriptions#4587
JakeSCahill wants to merge 1 commit into
mainfrom
fix/rpcn-schema-typo

Conversation

@JakeSCahill

Copy link
Copy Markdown
Contributor

Summary

The oracledb_cdc and microsoft_sql_server_cdc component descriptions render "the rpcn schema" with a double space and no code formatting (flagged by CodeRabbit while reviewing the generated reference docs in redpanda-data/rp-connect-docs#452).

This formats rpcn as code and collapses the double space, matching the existing formatting of rpcn in the checkpoint_cache_table_name field descriptions in the same files.

Changes:

  • internal/impl/oracledb/input_oracledb_cdc.go
  • internal/impl/mssqlserver/input_mssqlserver_cdc.go
  • The corresponding generated docs pages under docs/modules/components/pages/inputs/ (same edit make docs would produce; description-string-only change)

🤖 Generated with Claude Code

The oracledb_cdc and microsoft_sql_server_cdc component descriptions
rendered 'the rpcn  schema' with a double space and no code formatting.
Format rpcn as code and collapse the double space, in both the Go
description strings and the generated docs pages.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@claude

claude Bot commented Jul 7, 2026

Copy link
Copy Markdown

Commits
LGTM

Review
Documentation-only change: formats rpcn as a code span and collapses a double space in the oracledb_cdc and microsoft_sql_server_cdc input descriptions. The Go description strings and their generated .adoc pages are kept in sync. No logic changes.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant