Skip to content

Migration: Cloud data catalog integration quickstart#315

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/67bc7bf8
Open

Migration: Cloud data catalog integration quickstart#315
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/67bc7bf8

Conversation

@mintlify

@mintlify mintlify Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Ports clickhouse/clickhouse-docs#6449 — adds a ClickHouse Cloud UI walkthrough for linking open table format catalogs and refreshes the Cloud data catalogs support matrix.

Changes

  • New integrations/data-catalogs.mdx (slug /integrations/data-catalogs) — step-by-step Cloud UI quickstart for AWS Glue, Unity Catalog (Iceberg/Delta), REST catalog, Microsoft OneLake, Polaris, and BigLake Metastore.
  • products/cloud/features/data-catalogs.mdx — support matrix rebuilt into Cloud vs Core columns, links to the new quickstart with ?catalog=…#… anchors, adds a BigLake row and splits Unity Catalog into Iceberg/Delta rows.
  • Added images under images/integrations/data-catalogs/ (catalog-flyout-select.png, catalog-sql-query.png, catalog-tables-browser.png, linked-catalogs-table.png) and refreshed images/cloud/features/data-catalogs-ui.png.
  • docs.json — registered integrations/data-catalogs under the Integrations tab's Ecosystem menu.

Migration notes / ambiguity

  • The Docusaurus source uses <Tabs queryString="catalog"> so that ?catalog=aws-glue deep-links to a specific tab. Mintlify's <Tabs> doesn't support querystring-driven tab selection, so tabs default to the first one on load. The ?catalog=… links in the Cloud page were preserved as-is (they'll still route to /integrations/data-catalogs and the anchor #add-your-catalog-connection still scrolls), but the specific tab will not be pre-selected. Worth revisiting if we need parity.
  • The Docusaurus <VerticalStepper> was mapped to Mintlify's <Steps> / <Step>. Per-step {#anchor} slugs were preserved as inline <a id="…"></a> tags so any external links to #open-flyout, #add-your-catalog-connection, #save-connection, #view-tables, #run-a-query continue to resolve.
  • Docusaurus :::note admonitions converted to Mintlify <Note>.
  • Image border prop dropped — the Mintlify Image snippet doesn't expose it.
  • Ignored (per instructions): i18n/en/code.json, sidebars.js, src/theme/Navbar/Content/MenuData.js — Docusaurus-only files with no Mintlify equivalent.
  • mint validate passed. mint broken-links timed out on the full site scan and wasn't re-run; all new internal links use slugs that already exist in the slug map.

Context

Upstream: ClickHouse/clickhouse-docs#6449 (commit 266d32d).

@mintlify

mintlify Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ClickHouse-docs 🟢 Ready View Preview Jul 1, 2026, 5:18 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants