Skip to content

Fix Data Catalog Integrations deployment failure: invalid heading anchor syntax#5593

Closed
Copilot wants to merge 51 commits intodata-lake-integrations-cloudfrom
copilot/debug-pr-5592-issues
Closed

Fix Data Catalog Integrations deployment failure: invalid heading anchor syntax#5593
Copilot wants to merge 51 commits intodata-lake-integrations-cloudfrom
copilot/debug-pr-5592-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 24, 2026

Summary

Fixes the Vercel build failure from PR #5592. The heading ## Data Catalog Integrations {#data-catalog-integrations} (beta) placed text after the Docusaurus heading anchor, which is invalid MDX — {#anchor} must be the terminal element on a heading line.

Changes:

  • Reordered heading to ## Data Catalog Integrations (beta) {#data-catalog-integrations}
  • Applied the Data Catalog Integrations section (content, table, image component) from PR Add Data Catalog Integration to Integrations Page #5592
  • Added static/images/cloud/features/data-catalogs-ui.png (referenced by import but absent from the branch)

Checklist


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

dhtclk and others added 30 commits January 20, 2026 17:08
Updating Azure to private preview in the overview page
* Improve title.
* Add "Troubleshooting common issues" section.
* Add "Debugging techniques" section.
* Reestructure behavior comparisions.
* Improve introduction for the behavior differences during active ingestion.

Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
Co-authored-by: Bentsi Leviav <bentsi.997@gmail.com>
Remove unsupported versions from C# docs
…ceptions

Update floating-pages-exceptions.txt
Add 2026 roadmap link to roadmap page
dhtclk and others added 14 commits February 20, 2026 14:28
Removed the second example section about migrating with the JDBC bridge, which is archived and no longer supported:

> clickhouse-jdbc-bridge contains experimental codes and is no longer supported. It may contain reliability and security vulnerabilities. Use it at your own risk.

https://github.com/ClickHouse/clickhouse-jdbc-bridge
Fixing misc link and cleaning up keywords
Remove JDBC bridge (no longer supported) migration example
KB article: how to recover from corrupt keeper snapshots
Billing: update doc with new changes
docs(locadex): update translations on main
Fixing broken anchors in ClickStack docs
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Error Error Feb 24, 2026 8:20pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Feb 24, 2026 8:20pm
clickhouse-docs-ru Ignored Ignored Preview Feb 24, 2026 8:20pm
clickhouse-docs-zh Ignored Ignored Preview Feb 24, 2026 8:20pm

Request Review

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: amychen1776 <46451573+amychen1776@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix deployment issues in PR 5592 Fix Data Catalog Integrations deployment failure: invalid heading anchor syntax Feb 24, 2026
Copilot AI requested a review from amychen1776 February 24, 2026 20:09
@amychen1776 amychen1776 changed the base branch from main to data-lake-integrations-cloud February 25, 2026 14:27
@amychen1776
Copy link
Copy Markdown
Contributor

@copilot where do the links to the data lake guides like unity catalog get declared in the sidebar

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 25, 2026

@copilot where do the links to the data lake guides like unity catalog get declared in the sidebar

The data lake guide links (Unity Catalog, Glue, etc.) are declared in two places in sidebars.js:

  1. Data lake use-cases section (main navigation) — uses autogenerated to automatically pick up all .md files from the docs/use-cases/data_lake/ directory. That directory contains individual guide files: unity_catalog.md, glue_catalog.md, rest_catalog.md, onelake_catalog.md, nessie_catalog.md, and lakekeeper_catalog.md.

  2. SQL Reference section — has a "Data Lakes" category that links to sql-reference/datalakes.

So to add a new data lake guide to the sidebar, you just drop a new .md file into docs/use-cases/data_lake/ and it will automatically appear in the sidebar.

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.