docs: replace PrivatePreviewBadge with BetaBadge in Managed Postgres#58
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: replace PrivatePreviewBadge with BetaBadge in Managed Postgres#58mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Merged
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Port of ClickHouse/clickhouse-docs#6259 — Managed Postgres has moved from private preview to beta.
Changes
PrivatePreviewBadgeimport and JSX usage withBetaBadgeacross all 25 pages underproducts/managed-postgres/.link/galaxyTrack/slug/galaxyEventprops since the MintlifyBetaBadgecomponent (like the existing MintlifyPrivatePreviewBadge) does not accept props.Context
Upstream PR also renames the Docusaurus sidebar/navbar label
Managed Postgres (Preview)→Managed Postgres (Beta)insidebars.jsandsrc/theme/Navbar/Content/MenuData.js.Ambiguity / not ported
products/managed-postgres/navigation.jsonanddocs.json) currently just labels the sectionManaged 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.BetaBadgecomponent does not currently supportlink/galaxyTrack/galaxyEventprops that the Docusaurus version received in the upstream PR. If Galaxy tracking on the beta badge is required in the Mintlify site, theBetaBadgesnippet atsnippets/components/BetaBadge/BetaBadge.jsxwould need to be extended (separate change).quickstart.mdxwas 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 importsBetaBadgefromsnippets/components/BetaBadge/BetaBadge.jsxand renders<BetaBadge/>at the top instead ofPrivatePreviewBadge. The previous badge props (link,galaxyTrack,slug, and similar) are removed because the MintlifyBetaBadgecomponent 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.