docs: restructure Managed Postgres sidebar and add migration overview#60
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: restructure Managed Postgres sidebar and add migration overview#60mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Merged
6 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#6279 — restructures the Managed Postgres sidebar into four functional groups and adds a new migration decision-guide overview page.
Changes
products/managed-postgres/migrations/overview.mdx— decision guide comparing the four migration paths (ClickPipes, PeerDB, pg_dump/pg_restore, logical replication) across CDC support, where they run, and best-fit scenarios.products/managed-postgres/navigation.jsoninto four groups: Get started, Use it, Configure, Operate & reference. Data migration now lives under Get started; Extensions becomes a nested group containingpg_clickhouse(cross-listed fromintegrations/connectors/tools/pg_clickhouse/); Monitoring stays grouped under Operate & reference.Notes / ambiguity
clickpipesslug: the source PR links to/cloud/managed-postgres/migrations/clickpipes, but the Mintlify repo has noclickpipes.mdxpage in this folder — onlyclickhouse-cloud.mdx, which describes the same ClickHouse-Cloud-console import wizard. I pointed the new overview's "ClickPipes" links toclickhouse-cloud.mdx. If a dedicatedclickpipespage is meant to be added separately, the links should be updated then.migrations/faq: the source overview ends with a link to/cloud/managed-postgres/migrations/faq, but nofaq.mdxexists underproducts/managed-postgres/migrations/in this repo (only the top-levelproducts/managed-postgres/faq.mdx). I dropped the FAQ reference from the overview's "After the migration" section rather than guess at the target. Worth confirming whether a migrations-specific FAQ should be ported.pricing: the source sidebar lists apricingentry under Get started, butproducts/managed-postgres/pricing.mdxdoesn't exist in this repo, so it was omitted from the navigation.slug:, so the new overview links use/products/managed-postgres/migrations/...paths.Context
Source PR: ClickHouse/clickhouse-docs#6279 (
restructure-managed-postgres-sidebar).Note
Low Risk
Documentation and navigation-only changes with no runtime or security impact.
Overview
Adds a Managed Postgres data migration overview that compares ClickPipes (linked to
clickhouse-cloud), PeerDB, pg_dump/pg_restore, and logical replication on CDC, where each runs, and when to use it, plus a post-migration pointer to data validation.Restructures
navigation.jsoninto Get started, Use it, Configure, and Operate & reference: connection and a nested Data migration section (overview first, then existing guides) move under Get started; operational topics consolidate under Use it; Extensions nests pg_clickhouse integration docs under Configure; monitoring, benchmarks, OpenAPI, and FAQ group under Operate & reference (with a small monitoring page order tweak).Reviewed by Cursor Bugbot for commit 02bb873. Bugbot is set up for automated code reviews on this repo. Configure here.