docs: port managed Postgres pricing page#63
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Merged
3 tasks
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
docs/cloud/managed-postgres/pricing.mdfrom ClickHouse/clickhouse-docs#6282, which adds two new Beta disclaimers (billing overlap during transitions, instance-type fallback) to the Managed Postgres pricing page.Changes
products/managed-postgres/pricing.mdx(preserves slug/cloud/managed-postgres/pricing).sidebar_label→sidebarTitle),:::tipadmonition →<Tip>, and@theme/badges/BetaBadge→ Mintlify snippet path.products/managed-postgres/navigation.json.Context
The pricing page did not yet exist in the Mintlify repo, so this commit ports the entire file (not just the two-bullet delta from the upstream PR).
Notes / ambiguities
var(--ifm-color-primary)etc.) which do not exist in Mintlify. I preserved the grid layout but replaced the variables with neutral hard-coded colors. A future pass could convert these into a native MintlifyCardGroup/Cardlayout, thoughCarddoes not natively support rich list content./products/managed-postgres/...,/products/cloud/guides/security/cloud-access-management/manage-my-account, and/products/cloud/guides/infrastructure/deployment-options/clickhouse-private.Note
Low Risk
Documentation-only changes with no application, auth, or data-path impact; main review risk is link/slug accuracy and tier copy matching product intent.
Overview
Adds a Managed Postgres pricing reference page at slug
/cloud/managed-postgres/pricingand wires it into the product nav under a new Pricing group.The page documents NVMe-based VM pricing, Basic/Scale/Enterprise limits (three-column tier cards with Mintlify paths), instance families, calculator usage, and Beta terms (free until June 15, 2026, 50% discount, included ClickPipes CDC). Content is ported from Docusaurus:
sidebarTitle,<Tip>, andBetaBadgesnippet replace upstream admonitions/theme components; tier cards keep inline grid HTML with neutral colors instead of Docusaurus CSS variables.Disclaimers call out GA pricing changes plus operational billing notes: overlapping charges during scale/failover/standby transitions and billing at a substitute instance type when the chosen SKU is unavailable in-region.
Reviewed by Cursor Bugbot for commit 9f1994a. Bugbot is set up for automated code reviews on this repo. Configure here.