docs: default clickhousectl examples to latest ClickHouse release#234
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: default clickhousectl examples to latest ClickHouse release#234mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
2 tasks
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
Ports upstream clickhouse-docs#6412 — switches
clickhousectl local …examples fromstabletolatestand bumps version examples from 25.6 → 26.5.Changes
get-started/about/deployment-modes.mdx—clickhousectl local install stable→latest.snippets/_cli_install.mdx— install default switched tolatest; specific-version examples bumped to26.5/26.5.2.39; intro copy reworded to drop "stable".Context / ambiguity to flag
clickhousectl local use …, but the Mintlify snippet anddeployment-modes.mdxuseclickhousectl local install …. I preserved the existing Mintlify verb (install) and only ported the semantic change (stable→latest, version bumps). If the Mintlify content should also migrate fromlocal installtolocal useto match upstream, that is a separate follow-up.docs/getting-started/quick-start/oss.mdx. There is no direct equivalent file in this repo — the OSS install page (get-started/setup/self-managed/clickhousectl.mdx) imports the_cli_install.mdxsnippet, so updating the snippet covers that path.concepts/features/interfaces/cli.mdxalready documentslocal usewith 26.3 examples and was not part of the upstream changeset, so it was left untouched.Note
Low Risk
Documentation-only changes to CLI install examples with no runtime, auth, or data-handling impact.
Overview
Default local install examples now use
clickhousectl local install latestinstead ofstableindeployment-modes.mdxand the sharedsnippets/_cli_install.mdxsnippet (used by OSS install flows).The install snippet also rewords the intro to “latest version” (dropping “stable”) and bumps pinned-version examples from 25.6 to 26.5 / 26.5.2.39. The command verb remains
local installhere; upstream’slocal usemigration is out of scope for this PR.Reviewed by Cursor Bugbot for commit 16e6d05. Bugbot is set up for automated code reviews on this repo. Configure here.