[fix](docs) fix 404 card links on the getting-started intro page#3963
Merged
Conversation
The cards under "I am migrating from another technology" and "I want to
explore further" on the getting-started intro page pointed to doc paths
that do not exist, so every card returned 404:
- alternatives/alternative-to-{clickhouse,elasticsearch,trino}
- ../use-cases/overview
- ../benchmark/overview
- ../architecture-concepts/overview
New targets:
- Migrating cards deep-link to the comparison page:
/why-doris/compare#clickhouse | #elastic | #trino
- Use Cases -> /why-doris/users
- Benchmarks -> /why-doris/benchmarks
- Architecture -> ../features-architecture/intro (relative, version-safe)
CompareNext now reads the URL hash on mount and opens the matching
competitor tab (falls back to the default ClickHouse tab).
Applied consistently to the current and version-4.x docs in both English
and Chinese.
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.
What this PR does
Fixes the 404 card links on the Getting Started → intro page.
The cards in "I am migrating from another technology" and "I want to explore further" pointed to doc paths that don't exist, so every card returned 404:
alternatives/alternative-to-clickhouse/-elasticsearch/-trino../use-cases/overview../benchmark/overview../architecture-concepts/overviewChanges
/why-doris/compare#clickhouse/why-doris/compare#elastic/why-doris/compare#trino/why-doris/users/why-doris/benchmarks../features-architecture/introCompareNextnow reads the URL hash on mount and opens the matching competitor tab (falling back to the default ClickHouse tab), so#clickhouse/#elastic/#trinoland on the right comparison.../features-architecture/intro) so it stays correct across doc versions.Scope
Applied consistently across the current and
version-4.xdocs, in both English and Chinese — 4intro.mdxfiles — plus the sharedsrc/components/why-doris-next/CompareNext.tsxcomponent.🤖 Generated with Claude Code