Migration: port OSS quick start simplification (clickhouse-docs#6441)#296
Open
mintlify[bot] wants to merge 1 commit into
Open
Migration: port OSS quick start simplification (clickhouse-docs#6441)#296mintlify[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.
|
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 ClickHouse/clickhouse-docs#6441 (Simplify OSS quick start to plain-binary flow).
Changes
clickhousectldescription on/install/quick-installto match the rewritten OSS quick start: switches the link from the GitHub repo to the internal/install/clickhousectlpage, calls out thechctlalias, and mentions managing multiple local versions, running servers in the background, and ClickHouse Cloud.Context
The Docusaurus source page
docs/getting-started/quick-start/oss.mdx(slug/getting-started/quick-start/oss) is redirected in Mintlify (_site/redirects.json) to/install/quick-install, which is backed byget-started/setup/self-managed/quick-install.mdx. That target page already led with the plain-binarycurl … | sh→./clickhouseflow introduced by the upstream PR, so the only material delta to port was the refreshedclickhousectlcallout pointing at/install/clickhousectl.Ambiguity / notes
/getting-started/quick-start/ossslug — the slug is handled via redirect to/install/quick-install. The remaining OSS-quick-start tutorial content (Create a table / Insert data / Query / Insert your own data) lives separately underget-started/quickstarts/(e.g.creating-tables.mdx,writing-queries.mdx) and was not changed by upstream PR #6441, so it is not touched here. Flagging in case the desired mapping is different.