Fix Data Catalog Integrations deployment failure: invalid heading anchor syntax#5593
Fix Data Catalog Integrations deployment failure: invalid heading anchor syntax#5593Copilot wants to merge 51 commits intodata-lake-integrations-cloudfrom
Conversation
…into session-replay-demo
…into session-replay-demo
Updating Azure to private preview in the overview page
…into session-replay-demo
ClickStack: Session Replay Demo
* 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
Cloud Changelog Feb 20 2026
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
…s that don't exist anymore
Fixing broken anchors in ClickStack docs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
|
Co-authored-by: amychen1776 <46451573+amychen1776@users.noreply.github.com>
|
@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
So to add a new data lake guide to the sidebar, you just drop a new |
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:
## Data Catalog Integrations (beta) {#data-catalog-integrations}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.