Update JS client doc example links per clickhouse-js#698#6145
Merged
Conversation
…khouse-js#698) Agent-Logs-Url: https://github.com/ClickHouse/clickhouse-docs/sessions/00fd75e4-9b43-4883-994d-1d3d62c28ba3 Co-authored-by: peter-leonov-ch <209667683+peter-leonov-ch@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
peter-leonov-ch
May 4, 2026 17:36
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Blargian
approved these changes
May 5, 2026
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
clickhouse-js#698 reorganized the flat
examples/{node,web}/directories into intent-driven use-case folders (coding/,performance/,troubleshooting/,security/,schema-and-deployments/), breaking every example link in the JS client docs.Rewrote 30 GitHub URLs per file across the English doc and the ko/zh/jp/ru translations, mapping each renamed file to its new primary location:
docs/integrations/language-clients/js.mdi18n/{ko,zh,jp,ru}/docusaurus-plugin-content-docs/current/integrations/language-clients/js.mdExample:
examples/node/cancel_query.ts→examples/node/troubleshooting/cancel_query.ts.URLs not covered by the upstream rename map (e.g.
examples/ping.ts,examples/long_running_queries_timeouts.ts, links intopackages/) were left untouched — they predate this PR and are out of scope.Checklist