From f5d5e9801bf09086e6c024c19f5b96365435e1e7 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 20 May 2026 14:40:24 +0900 Subject: [PATCH] fix(web): hero Get Started CTA -> /docs#installation (closes #3848) Get Started button previously linked to /docs (root), landing users on Overview. Issue #3848 reporter and concurrent PR #3948 asked for a deeper link straight to Installation. lib/docs-sections.ts declares 'installation' as a stable section id rendered via
in app/[locale]/docs/page.tsx, so /docs#installation is a valid deep link. This also supersedes the in-flight PR #3948 (which targets the pre-decomposition landing-page.tsx). --- packages/web/components/landing/sections/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/landing/sections/hero.tsx b/packages/web/components/landing/sections/hero.tsx index d2ad5e25f..08fc6e42f 100644 --- a/packages/web/components/landing/sections/hero.tsx +++ b/packages/web/components/landing/sections/hero.tsx @@ -72,7 +72,7 @@ export async function HeroSection(): Promise {
- +