Skip to content

docs: replace PrivatePreviewBadge with BetaBadge in Managed Postgres#58

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
port/replace-private-preview-badge-managed-postgres
Open

docs: replace PrivatePreviewBadge with BetaBadge in Managed Postgres#58
mintlify[bot] wants to merge 1 commit into
mainfrom
port/replace-private-preview-badge-managed-postgres

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 26, 2026

Summary

Port of ClickHouse/clickhouse-docs#6259 — Managed Postgres has moved from private preview to beta.

Changes

  • Replaced PrivatePreviewBadge import and JSX usage with BetaBadge across all 25 pages under products/managed-postgres/.
  • Dropped the link / galaxyTrack / slug / galaxyEvent props since the Mintlify BetaBadge component (like the existing Mintlify PrivatePreviewBadge) does not accept props.

Context

Upstream PR also renames the Docusaurus sidebar/navbar label Managed Postgres (Preview)Managed Postgres (Beta) in sidebars.js and src/theme/Navbar/Content/MenuData.js.

Ambiguity / not ported

  • The Mintlify navigation (products/managed-postgres/navigation.json and docs.json) currently just labels the section Managed Postgres (no (Preview) suffix), so there is no equivalent label rename to perform. If a (Beta) suffix is desired in the Mintlify nav, it should be added explicitly.
  • Mintlify's BetaBadge component does not currently support link / galaxyTrack / galaxyEvent props that the Docusaurus version received in the upstream PR. If Galaxy tracking on the beta badge is required in the Mintlify site, the BetaBadge snippet at snippets/components/BetaBadge/BetaBadge.jsx would need to be extended (separate change).
  • The pre-existing "free during private preview" sentence in quickstart.mdx was not touched in the upstream PR, so it is left as-is here.

Note

Low Risk
Documentation-only badge component swap with no runtime, API, or security impact.

Overview
Updates Managed Postgres documentation to reflect the product moving from private preview to beta.

Across 25 pages under products/managed-postgres/ (overview, quickstart, connection, migrations, monitoring, and related guides), each page now imports BetaBadge from snippets/components/BetaBadge/BetaBadge.jsx and renders <BetaBadge/> at the top instead of PrivatePreviewBadge. The previous badge props (link, galaxyTrack, slug, and similar) are removed because the Mintlify BetaBadge component does not accept them.

No other doc content is changed in this diff (for example, copy that still mentions private preview elsewhere is untouched).

Reviewed by Cursor Bugbot for commit d24f1f1. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview May 26, 2026, 10:56 AM

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants