From e5425b51a3fa1f40210a54984da7ef47a7ca5575 Mon Sep 17 00:00:00 2001 From: Luca Martial <48870843+luca-martial@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:49:38 -0700 Subject: [PATCH] docs: align introduction subtitle width with page content (#275) The introduction page is special-cased as a hero in the docs route, so it hand-rolls its own title and subtitle instead of using Fumadocs' DocsTitle/DocsDescription. The subtitle was capped at max-w-2xl (672px), wrapping ~230px narrower than the heading and body, which read as misaligned compared to every other docs page. Match the heading's max-w-full so the subtitle fills the same content column. Co-authored-by: Claude Opus 4.8 --- docs-site/content/docs/getting-started/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/getting-started/introduction.mdx b/docs-site/content/docs/getting-started/introduction.mdx index 4bfbab6a..283a023a 100644 --- a/docs-site/content/docs/getting-started/introduction.mdx +++ b/docs-site/content/docs/getting-started/introduction.mdx @@ -24,7 +24,7 @@ import { ProductRuntime } from "@/components/product-runtime"; > Make analytics context usable by agents -

+

{'ktx is an open-source context layer for data agents. It turns warehouse metadata, BI tool definitions, query history, docs, and approved metric definitions into reviewable files agents can search and execute.'}