docs: port Managed Postgres pricing page with BetaBadge tracking#65
Open
mintlify[bot] wants to merge 2 commits into
Open
docs: port Managed Postgres pricing page with BetaBadge tracking#65mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
2 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fc0b06c. Configure here.
| "products/managed-postgres/overview", | ||
| "products/managed-postgres/quickstart" | ||
| "products/managed-postgres/quickstart", | ||
| "products/managed-postgres/pricing" |
There was a problem hiding this comment.
Duplicate pricing in navigation
Medium Severity
This commit adds products/managed-postgres/pricing under Get started, but the same page path is already listed under the Pricing group, so the pricing doc can appear twice in the Managed Postgres sidebar.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit fc0b06c. Configure here.
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 presentational component changes only; pricing copy omits one disclaimer bullet, which is a minor accuracy/navigation note for readers.
Overview
Adds the Managed Postgres pricing reference page to Mintlify and surfaces it in the sidebar under Get started (after quickstart). The page uses a tracked Beta badge linking to Cloud Postgres, Mintlify CardGroup tier comparison, and Mintlify path/slug conventions; it drops the upstream disclaimer about billing when a comparable instance is substituted during shortages.
BetaBadge now optionally renders as an external link with Galaxy click tracking (
link,galaxyTrack,galaxyEvent); the default in-page “Beta feature” badge is unchanged.Reviewed by Cursor Bugbot for commit fc0b06c. Bugbot is set up for automated code reviews on this repo. Configure here.