Skip to content

[fix](docs) fix 404 card links on the getting-started intro page#3963

Merged
morningman merged 1 commit into
apache:masterfrom
morningman:fix-404-1
Jul 2, 2026
Merged

[fix](docs) fix 404 card links on the getting-started intro page#3963
morningman merged 1 commit into
apache:masterfrom
morningman:fix-404-1

Conversation

@morningman

Copy link
Copy Markdown
Contributor

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/overview

Changes

Section Card New target
Migrating Alternative to ClickHouse /why-doris/compare#clickhouse
Migrating Alternative to Elasticsearch /why-doris/compare#elastic
Migrating Alternative to Trino /why-doris/compare#trino
Explore Use Cases /why-doris/users
Explore Benchmarks /why-doris/benchmarks
Explore Architecture and Concepts ../features-architecture/intro
  • The migrating cards deep-link to the comparison page. CompareNext now reads the URL hash on mount and opens the matching competitor tab (falling back to the default ClickHouse tab), so #clickhouse / #elastic / #trino land on the right comparison.
  • The Architecture card uses a relative doc link (../features-architecture/intro) so it stays correct across doc versions.

Scope

Applied consistently across the current and version-4.x docs, in both English and Chinese — 4 intro.mdx files — plus the shared src/components/why-doris-next/CompareNext.tsx component.

🤖 Generated with Claude Code

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>
@morningman morningman merged commit 48d285a into apache:master Jul 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant