docs: replace PrivatePreviewBadge with BetaBadge in managed-postgres (with props)#59
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: replace PrivatePreviewBadge with BetaBadge in managed-postgres (with props)#59mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
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
Ports the final state of upstream ClickHouse/clickhouse-docs#6259 (merged) to Mintlify: replaces
PrivatePreviewBadgewithBetaBadgeacross the 25products/managed-postgres/pages, now passing through the upstreamlink,galaxyTrack, andgalaxyEventprops.Changes
import PrivatePreviewBadge ...forimport BetaBadge ...in all 25 Managed Postgres pages.<PrivatePreviewBadge ... />with<BetaBadge link="https://clickhouse.com/cloud/postgres" galaxyTrack={true} galaxyEvent="docs.managed-postgres.<slug>-beta" />, mirroring the upstream per-page Galaxy event names exactly.Context
link/galaxyTrack/galaxyEventprops, and sidebar/navbar label updates from "(Preview)" to "(Beta)".BetaBadgecomponent (/snippets/components/BetaBadge/BetaBadge.jsx) does not currently acceptlink,galaxyTrack, orgalaxyEventprops — they are passed for source parity but are inert in Mintlify until the component is updated. The same was true ofPrivatePreviewBadgebefore this change.Note
Low Risk
Documentation-only badge and import swaps; no runtime product or API behavior changes.
Overview
Re-labels Managed Postgres documentation from private preview to beta by swapping the top-of-page badge on 25 pages under
products/managed-postgres/(overview, guides, monitoring, migrations, etc.).Each page now imports
BetaBadgeinstead ofPrivatePreviewBadgeand renders<BetaBadge link="https://clickhouse.com/cloud/postgres" galaxyTrack={true} galaxyEvent="docs.managed-postgres.<page>-beta" />, matching upstream Galaxy event names per doc. No prose or nav changes in this diff (Mintlify nav already omits a Preview/Beta suffix).Reviewed by Cursor Bugbot for commit 2f1a5a7. Bugbot is set up for automated code reviews on this repo. Configure here.