Remove status labels from Connect components in what's new#401
Remove status labels from Connect components in what's new#401JakeSCahill merged 1 commit intomainfrom
Conversation
Remove Status column from component tables and inline (experimental) and (beta) labels from component entries on the what's new page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe documentation file Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
✅ Deploy Preview for redpanda-connect ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
modules/get-started/pages/whats-new.adoc (1)
689-689: Column format inconsistency with other tables.This table uses
[cols="1m,1,3"]while the other six updated tables use[cols="1m,1a,3a"]. Theasuffix indicates AsciiDoc formatting should be applied to column content. For consistency and to ensure xrefs render properly, consider using the same format as the other tables.🔧 Suggested format for consistency
-[cols="1m,1,3"] +[cols="1m,1a,3a"]🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@modules/get-started/pages/whats-new.adoc` at line 689, The table at the line containing [cols="1m,1,3"] is inconsistent with the other updated tables; change its column spec to [cols="1m,1a,3a"] so the second and third columns use AsciiDoc formatting (the "a" suffix) and xrefs render consistently—locate the exact token [cols="1m,1,3"] in whats-new.adoc and replace it with [cols="1m,1a,3a"].
🤖 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/whats-new.adoc`:
- Line 689: The table at the line containing [cols="1m,1,3"] is inconsistent
with the other updated tables; change its column spec to [cols="1m,1a,3a"] so
the second and third columns use AsciiDoc formatting (the "a" suffix) and xrefs
render consistently—locate the exact token [cols="1m,1,3"] in whats-new.adoc and
replace it with [cols="1m,1a,3a"].
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 160500aa-332a-4e43-b63f-6ffae4765bb4
📒 Files selected for processing (1)
modules/get-started/pages/whats-new.adoc
Note: Remaining status labels on component pagesThis PR only removes status labels from the what's new page. Individual component pages still display Related upstream PR redpanda-data/connect#4205 promotes ~50 components from Beta/Experimental to Stable in the Connect source code and its However, 45 experimental and 5 beta components are not covered by connect#4205 and will retain their current status after regeneration: Experimental components not in connect#4205 (45)
Beta components not in connect#4205 (5)
If the goal is to remove status display entirely from the site, the |
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
(experimental)and(beta)labels from component entries in bullet text (6 references)Preview pages
What's New in Redpanda Connect
Test plan
🤖 Generated with Claude Code