docs: sync merged Managed Postgres restructure (pg_clickhouse move, BetaBadge)#70
docs: sync merged Managed Postgres restructure (pg_clickhouse move, BetaBadge)#70mintlify[bot] wants to merge 1 commit into
Conversation
|
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 d519501. Configure here.
|
|
||
| # Managed Postgres data migration | ||
|
|
||
| <BetaBadge link="https://clickhouse.com/cloud/postgres" galaxyTrack={true} galaxyEvent="docs.managed-postgres.migration-overview-beta" /> |
There was a problem hiding this comment.
BetaBadge component ignores all passed props
Medium Severity
The BetaBadge component at snippets/components/BetaBadge/BetaBadge.jsx is defined as a parameterless function (() => { ... }) that renders a static badge. The link, galaxyTrack, and galaxyEvent props passed here are silently ignored — no tracking fires and no link override takes effect. All other usages of BetaBadge in this repo pass zero props. The upstream component likely supports these props, but the local copy hasn't been synced to match.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit d519501. Configure here.


Summary
Syncs follow-on commits from ClickHouse/clickhouse-docs#6279 (now merged): moves
pg_clickhouseunder Managed Postgres → Extensions, adds redirects for the old URLs, restores the missing FAQ context, and updates the BetaBadge on the migration overview to match the new convention.This is a follow-up to the prior PR (#60) which ported the initial sidebar restructure and the new migration overview page.
Changes
integrations/connectors/tools/pg_clickhouse/{introduction,tutorial,reference}.mdx→products/managed-postgres/extensions/pg_clickhouse/…./cloud/managed-postgres/extensions/pg_clickhouse[/tutorial,/reference]to match source.extensions.mdx,quickstart.mdx, and the moved pg_clickhouse files to point at the new file paths.pg_clickhousesub-group fromintegrations/connectors/navigation.json(no longer cross-listed under Integrations → Data integrations)._site/redirects.jsonfrom/integrations/pg_clickhouse[/tutorial,/reference]to the new/cloud/managed-postgres/extensions/pg_clickhouse[…]slugs, mirroringvercel.jsonupstream.products/managed-postgres/navigation.jsonsopg_clickhousenow nests under Extensions in the Managed Postgres sidebar (introduction, tutorial, reference).BetaBadgeon the migration overview to passlink,galaxyTrack, andgalaxyEvent="docs.managed-postgres.migration-overview-beta".Getting Started→Getting started,Versioning Policy→Versioning policy) and the two duplicate-word typo fixes (any of of,the the).Notes / ambiguity
clickpipes.mdxandmigrations/faq.mdxpages — upstream uses these for its sidebar and overview's "After the migration" section. This PR keeps the overview's "ClickPipes" links pointing to the existingclickhouse-cloud.mdx(the closest equivalent in this repo) and omits the FAQ link. A future sync should bring those pages over.vercel.jsonalso added a redirectclickhouse-cloud→clickpipes. Not mirrored here because noclickpipespage exists yet in this repo to redirect to — theclickhouse-cloudslug remains the live target.Context
Source: ClickHouse/clickhouse-docs#6279 (merged). This PR carries the four follow-on commits (
3fb9527move,782d35e/6180f82/e4a5a0cheading review,a824d31typo fixes).Note
Low Risk
Documentation, navigation, and redirect JSON only; no application or security logic changes.
Overview
This PR syncs follow-on documentation from upstream:
pg_clickhousemoves from Integrations (Connectors → Data integrations) to Managed Postgres → Extensions, with slugs set to/cloud/managed-postgres/extensions/pg_clickhouse(plus tutorial and reference).Redirects in
_site/redirects.jsonmap the old/integrations/pg_clickhousepaths to the new URLs. Internal links inextensions.mdx,quickstart.mdx, and the threepg_clickhousepages point at the new paths; the Integrations nav entry forpg_clickhouseis removed and the Managed Postgres nav nests introduction, tutorial, and reference under Extensions.The Managed Postgres sidebar is reorganized (e.g. data migration under Get started,
pg_clickhouseunder Configure → Extensions, monitoring under Operate & reference). A newmigrations/overview.mdxcompares ClickPipes, PeerDB, pg_dump/restore, and logical replication, with an updated BetaBadge on that page.Minor doc polish on the moved pages: sentence-case headings, ClickPipes link tweak, and small typo fixes (
any of of,the the).Reviewed by Cursor Bugbot for commit d519501. Bugbot is set up for automated code reviews on this repo. Configure here.