docs: move Postgres pricing after quickstart and port pricing page#57
Open
mintlify[bot] wants to merge 2 commits into
Open
docs: move Postgres pricing after quickstart and port pricing page#57mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
3 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#6276, which reorders the Managed Postgres sidebar so
pricingappears afterquickstart.Changes
products/managed-postgres/pricing.mdx(ported fromdocs/cloud/managed-postgres/pricing.md), since the page was missing entirely in the Mintlify repo. Transforms applied: removed Docusaurus-onlysidebar_label, swapped@theme/badges/BetaBadgefor the Mintlify snippet path, converted:::tipto<Tip>, replaced the Docusaurus-style tier<div>grid with<CardGroup>/<Card>, and rewrote/docs/cloud/...links to their Mintlify file paths.products/managed-postgres/navigation.json"Get started" group to includepricingafterquickstart, matching the new source ordering.Context / ambiguity
sidebars.jsreorder (swappricingandquickstart). In the Mintlify repo,pricinghad never been ported, so a strict reorder would have been a no-op. To faithfully reflect the source intent, the page was ported and inserted in its new position. Reviewers may want to confirm that's the desired behavior versus leavingpricingout entirely until a dedicated porting PR.<div>grid with inline--ifm-*CSS variables for the tier cards; these don't exist in Mintlify, so the content was restructured into<CardGroup>/<Card>. Visual styling will differ.Note
Low Risk
Documentation-only addition and navigation reorder with no application or security impact.
Overview
Adds a Managed Postgres pricing reference page to Mintlify and surfaces it in the Get started nav immediately after Quickstart (matching the upstream docs reorder).
The new
pricing.mdxdocuments NVMe-based VM pricing, beta timing (free until June 15, 2026, 50% beta discount), tier limits (Basic / Scale / Enterprise), instance families, and links to the public pricing calculator. Content was ported from Docusaurus with Mintlify components (BetaBadge,<Tip>,<CardGroup>/<Card>) and internal links rewritten to/products/...paths.Reviewed by Cursor Bugbot for commit 285c86f. Bugbot is set up for automated code reviews on this repo. Configure here.