docs: Wire up single-sourced Cloud Topics page#604
Merged
Conversation
The cloud-docs Cloud Topics page was left as a placeholder stub and never wired up for single-sourcing, so it rendered blank. Replace the placeholder with an include of the source page in the streaming component (docs repo), matching the sibling configure-producers page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
📝 WalkthroughWalkthroughThis PR updates the "Manage Cloud Topics" documentation page by replacing placeholder TODO comments with an Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The Cloud Topics page (
develop/topics/cloud-topics.adoc) was rendering blank in production. It was never wired up for single-sourcing: it was still a placeholder stub with a// TODOcomment and noinclude::directive, so it had a title (appeared in nav) but no body.This replaces the placeholder with an include of the source page in the
streamingcomponent (docs repo), matching the siblingconfigure-producers-for-cloud-topics.adocpage:include::streaming:develop:manage-topics/cloud-topics.adoc[tag=single-source]How it slipped through
ROOT.ROOT->streaming, satisfying that condition.Companion PR (required)
Verification
Built locally against the docs PR branch. The page renders in full (overview, Prerequisites, Limitations, Enable Cloud Topics), the cloud-only Prerequisites branch shows while self-managed-only content is excluded, and all outbound links resolve.
🤖 Generated with Claude Code
Preview pages