Add clickhouse-proxy to the utilities sidebar#6527
Open
alexey-milovidov wants to merge 1 commit into
Open
Conversation
`ClickHouse/ClickHouse#79699` adds a new `docs/en/operations/utilities/clickhouse-proxy.md` page. Register it in the "Tools and utilities" sidebar so the docs build does not fail with a "floating page" error. Related: ClickHouse/ClickHouse#79699
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
1 task
graphaelli
pushed a commit
to graphaelli/clickhouse-docs
that referenced
this pull request
Jul 17, 2026
…s check The clickhouse-proxy page is added upstream in ClickHouse/ClickHouse#79699 but hasn't synced into clickhouse-docs yet. Adding it to the floating-pages exceptions unblocks the upstream PR's docs build check now; the sidebar entry (PR ClickHouse#6527) can land once the page syncs, at which point this exception should be removed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
ClickHouse/ClickHouse#79699 adds a new documentation page
docs/en/operations/utilities/clickhouse-proxy.mdfor the nativeclickhouse-proxyload-balancing / routing proxy.That page is currently a "floating page" — it is not referenced from any sidebar — which makes the
Build docusaurusdocs check fail on the ClickHouse PR:This adds
operations/utilities/clickhouse-proxyto the "Tools and utilities" sidebar (next to the otherclickhouse-*utilities), which clears the check once merged.Related: ClickHouse/ClickHouse#79699