docs: port Managed Postgres pricing page with BetaBadge tracking#65
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: port Managed Postgres pricing page with BetaBadge tracking#65mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
2 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
Ports ClickHouse/clickhouse-docs#6284 (Wire BetaBadge tracking and drop inaccurate fallback disclaimer on Postgres pricing).
Changes
products/managed-postgres/pricing.mdx— the Docusaurus pricing page (introduced in upstream #6282) had not yet been ported to Mintlify, so this PR brings the page over in its post-#6284 state.link="https://clickhouse.com/cloud/postgres",galaxyTrack={true}, andgalaxyEvent="docs.managed-postgres.pricing-beta"per the source PR.pricingto the Managed Postgresnavigation.jsonunder "Get started", matching the source sidebar order (afterquickstart).snippets/components/BetaBadge/BetaBadge.jsxto supportlink,galaxyTrack, andgalaxyEventprops (mirrors the sourcesrc/theme/badges/BetaBadge), so the badge renders as a tracked external link viagalaxyOnClick.Mintlify transforms applied
.md→.mdx;sidebar_label→sidebarTitle.@theme/badges/BetaBadgeto the local snippet component.:::tip[Pricing calculator]admonition converted to<Tip>.var(--ifm-*)CSS variables) was converted to a Mintlify<CardGroup cols={3}>with<Card>s./cloud/manage/cloud-tiers→/products/cloud/features/cloud-tiers/cloud/security/manage-my-account→/products/cloud/guides/security/cloud-access-management/manage-my-account/cloud/infrastructure/clickhouse-private→/products/cloud/guides/infrastructure/deployment-options/clickhouse-private/docs/cloud/managed-postgres/*to/products/managed-postgres/*(the convention used elsewhere in this repo).slugleft unchanged per migration mapping policy.Ambiguities / notes
link/galaxyTrack/galaxyEventis a small behavioral change. The non-link variant is unchanged.window.galaxybeing available at runtime; in local preview it no-ops via the existinggalaxyOnClickshim.Validation
mint validate✅mint broken-links✅ (no new broken links from this PR; remaining 2 inintegrations/language-clients/java/jdbc.mdxare pre-existing and unrelated)Note
Low Risk
Documentation and a small optional BetaBadge UI/tracking extension only; no application runtime or security logic changes.
Overview
Adds a Managed Postgres pricing reference page to Mintlify and surfaces it in the Get started nav (after quickstart).
The new
pricing.mdxdocuments NVMe-based VM pricing, tier limits (Basic / Scale / Enterprise via<CardGroup>), instance families, beta terms (free until June 15, 2026, 50% discount), calculator usage, and GA disclaimers—without the upstream instance-fallback disclaimer bullet removed in source #6284. The page uses a BetaBadge that links to Cloud Postgres with Galaxy click tracking (docs.managed-postgres.pricing-beta).BetaBadge.jsxnow accepts optionallink,galaxyTrack, andgalaxyEvent: whenlinkis set, the badge renders as an external anchor with optionalgalaxyOnClicktracking; the default in-page “Learn more” badge is unchanged.Reviewed by Cursor Bugbot for commit f7c360e. Bugbot is set up for automated code reviews on this repo. Configure here.