Fix Operator release notes links and move Cloud Topics in nav#1670
Conversation
- Cloud Topics: link to k-cloud-topics.adoc (Kubernetes-specific page) - GBAC: link to k-group-controller.adoc (Kubernetes-specific page) - Move Cloud Topics underneath Manage Topics in nav Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis pull request reorganizes documentation navigation and updates cross-references. The "Cloud Topics" entry is moved from its previous location in the storage subsection to the main Kubernetes Manage section in the navigation file. Additionally, two cross-references in the operator release notes are updated to point to Kubernetes-specific documentation pages instead of general development/management pages. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
modules/get-started/pages/release-notes/operator.adoc (1)
46-46: Optional: prefer title-derived xrefs to reduce label drift.At Line 46 and Line 52, consider
xref:...[](empty brackets) so link text follows the target page title automatically.♻️ Optional cleanup
-Cloud Topics in Kubernetes provide the same cost savings and architectural benefits as self-managed deployments. You configure them declaratively through the Redpanda custom resource. For setup instructions, see xref:manage:kubernetes/k-cloud-topics.adoc[Cloud Topics for Kubernetes]. +Cloud Topics in Kubernetes provide the same cost savings and architectural benefits as self-managed deployments. You configure them declaratively through the Redpanda custom resource. For setup instructions, see xref:manage:kubernetes/k-cloud-topics.adoc[]. -GBAC simplifies permission management in Kubernetes environments by integrating with your identity provider's group structure. See xref:manage:kubernetes/security/authorization/k-group-controller.adoc[Group-based access control for Kubernetes] for configuration and usage details. +GBAC simplifies permission management in Kubernetes environments by integrating with your identity provider's group structure. See xref:manage:kubernetes/security/authorization/k-group-controller.adoc[] for configuration and usage details.Based on learnings: AsciiDoc linking prefers
xref:...[]so the published title is sourced from the target doc automatically.Also applies to: 52-52
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@modules/get-started/pages/release-notes/operator.adoc` at line 46, Replace explicit link text in the AsciiDoc xrefs so the target page title is used automatically: change instances like xref:manage:kubernetes/k-cloud-topics.adoc[Cloud Topics for Kubernetes] (and the other xref on the page) to xref:manage:kubernetes/k-cloud-topics.adoc[] so the published link text is derived from the target document title.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@modules/get-started/pages/release-notes/operator.adoc`:
- Line 46: Replace explicit link text in the AsciiDoc xrefs so the target page
title is used automatically: change instances like
xref:manage:kubernetes/k-cloud-topics.adoc[Cloud Topics for Kubernetes] (and the
other xref on the page) to xref:manage:kubernetes/k-cloud-topics.adoc[] so the
published link text is derived from the target document title.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 43ba11ce-0731-478f-bde7-2c1399dc8a4a
📒 Files selected for processing (2)
modules/ROOT/nav.adocmodules/get-started/pages/release-notes/operator.adoc
✅ Deploy Preview for redpanda-docs-preview ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Summary
manage:kubernetes/k-cloud-topics.adoc)manage:kubernetes/security/authorization/k-group-controller.adoc)Preview pages
Test plan
/manage/kubernetes/k-cloud-topics//manage/kubernetes/security/authorization/k-group-controller/🤖 Generated with Claude Code