Replace PrivatePreviewBadge with BetaBadge in Managed Postgres docs#6259
Merged
Conversation
Managed Postgres has moved from private preview to beta, so update the badge on every page under docs/cloud/managed-postgres to reflect the new status. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Docs PR opened: ClickHouse/mintlify-docs-dev#41 Replaced PrivatePreviewBadge with BetaBadge across all 25 Managed Postgres documentation pages, updating both import statements and JSX usage. |
…ew-badge-managed-postgres
BetaBadge now supports the same tracked-link behavior the PrivatePreviewBadge had. Add the clickhouse.com/cloud/postgres link and a per-page Galaxy event (docs.managed-postgres.<slug>-beta) on every Managed Postgres page so the signup CTA and analytics carry over to the beta-stage badge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Blargian
approved these changes
May 25, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#52 Replaced PrivatePreviewBadge with BetaBadge across 25 Managed Postgres documentation pages to reflect the product's move from private preview to beta. |
…ew-badge-managed-postgres
theory
approved these changes
May 26, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#58 Replaced the PrivatePreviewBadge with BetaBadge across all 25 Managed Postgres documentation pages to reflect the beta status. |
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.
Summary
PrivatePreviewBadgewithBetaBadgeacross all pages underdocs/cloud/managed-postgres/(25 files), now that Managed Postgres has moved from private preview to beta.Test plan
docs/cloud/managed-postgres/render the Beta badge in the top section.PrivatePreviewBadgeindocs/cloud/managed-postgres/.overview,quickstart,monitoring/prometheus,migrations/data-validation).🤖 Generated with Claude Code
Note
Low Risk
Documentation-only badge and label changes with no runtime, API, or security impact.
Overview
Managed Postgres docs and navigation are updated to reflect beta instead of private preview.
Every page under
docs/cloud/managed-postgres/(including migration and monitoring subpages) now imports and rendersBetaBadgeinstead ofPrivatePreviewBadge, still linking tohttps://clickhouse.com/cloud/postgreswith Galaxy tracking. Badge props shift from per-pageslugvalues to distinctgalaxyEventnames (e.g.docs.managed-postgres.overview-beta).sidebars.jsandsrc/theme/Navbar/Content/MenuData.jsrename the Cloud section label from Managed Postgres (Preview) to Managed Postgres (Beta) so the sidebar and navbar match the new product stage.Reviewed by Cursor Bugbot for commit d4f8bfb. Bugbot is set up for automated code reviews on this repo. Configure here.