docs: port managed-postgres pricing page#67
Closed
mintlify[bot] wants to merge 0 commit into
Closed
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
3 tasks
6631ebf to
41c0a74
Compare
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 Managed Postgres pricing page from ClickHouse/clickhouse-docs#6286, including the new bullets about overlapping charges during scaling/maintenance and the fallback-to-older-generation instance billing note.
Changes
products/managed-postgres/pricing.mdx(the page did not previously exist in this repo, so the full Docusaurus source was ported, not just the PR diff).products/managed-postgres/navigation.jsonunder "Features".BetaBadgeimport switched from@theme/badges/BetaBadgeto/snippets/components/BetaBadge/BetaBadge.jsx.:::tip[Pricing calculator]admonition converted to a Mintlify<Tip>component.<div style={...}>tier cards converted to a<CardGroup cols={3}>with three<Card>entries./docs/cloud/managed-postgres/...slug links rewritten to Mintlify file paths under/products/managed-postgres/..../cloud/manage/cloud-tiers,/cloud/security/manage-my-account,/cloud/infrastructure/clickhouse-privaterewritten to their Mintlify file paths.Context
Upstream PR is an incremental update to the disclaimers list — two bullets reworded/added about overlapping charges during scaling/maintenance and a fallback-instance-type billing scenario. The full page is included here because the Mintlify version of the repo did not yet have it.
Ambiguity / follow-ups
<div>cards with per-row bullets; this port collapses them into Mintlify<CardGroup><Card>components. The visual presentation will differ.integrations/language-clients/java/jdbc.mdxto/integrations/sql-clients/sql-consoleremain — unrelated to this change.Note
Low Risk
Documentation-only addition with no runtime, auth, or data-path changes.
Overview
Adds the Managed Postgres pricing documentation page to Mintlify, ported from upstream ClickHouse docs, and registers it under the Features nav group.
The page documents tier pricing, calculators, and billing disclaimers—including overlapping charges during scaling/maintenance and billing when instances fall back to an older generation. Docusaurus-specific markup was converted to Mintlify patterns (
BetaBadgesnippet,<Tip>,<CardGroup>/<Card>instead of styled divs), and internal/docs/cloud/...links were rewritten to/products/...paths.Reviewed by Cursor Bugbot for commit 41c0a74. Bugbot is set up for automated code reviews on this repo. Configure here.