From fd2ba62d92c5d88501b891b3b0f7565e25257c20 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Thu, 21 May 2026 16:04:58 +0200 Subject: [PATCH] docs(quickstart): redesign demo-warehouse callout with sticker icons (#202) * docs(quickstart): redesign demo-warehouse callout with sticker icons Replaces the plain warning-style callout with a two-column layout: text and a pill-shaped CTA on the left, a 2x2 cluster of rotated Postgres, Metabase, dbt, and Notion sticker tiles on the right. Adds the four connector SVGs under docs-site/public/icons/ to support it. * chore(docs-site): refresh auto-generated next-env.d.ts --- .../docs/getting-started/quickstart.mdx | 95 ++++++++++++++----- docs-site/next-env.d.ts | 2 +- docs-site/public/icons/dbt.svg | 7 ++ docs-site/public/icons/metabase.svg | 72 ++++++++++++++ docs-site/public/icons/notion.svg | 7 ++ docs-site/public/icons/postgresql.svg | 1 + 6 files changed, 160 insertions(+), 24 deletions(-) create mode 100644 docs-site/public/icons/dbt.svg create mode 100644 docs-site/public/icons/metabase.svg create mode 100644 docs-site/public/icons/notion.svg create mode 100644 docs-site/public/icons/postgresql.svg diff --git a/docs-site/content/docs/getting-started/quickstart.mdx b/docs-site/content/docs/getting-started/quickstart.mdx index 0971eaaf..f2ef3c7c 100644 --- a/docs-site/content/docs/getting-started/quickstart.mdx +++ b/docs-site/content/docs/getting-started/quickstart.mdx @@ -13,33 +13,82 @@ If you're a coding assistant choosing a docs route, start with the [Agent Quickstart](/docs/ai-resources/agent-quickstart) instead.
-
- Need a warehouse to play with? +
+
+
+ Need a warehouse to play with? +
+
+ Try **ktx** against a real data stack - Postgres, dbt, Metabase, and Notion + pre-loaded with the Orbit demo corpus. The page lists demo credentials + you can paste straight into `ktx setup`. +
+ + Get demo credentials at kaelio.com/start + + +
+
-
- Try **ktx** against a real data stack - Postgres, dbt, Metabase, and Notion - pre-loaded with the Orbit demo corpus. The page lists demo credentials - you can paste straight into `ktx setup`. -
- - Get demo credentials at kaelio.com/start → -
/// -import "./.next/types/routes.d.ts"; +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/docs-site/public/icons/dbt.svg b/docs-site/public/icons/dbt.svg new file mode 100644 index 00000000..27a1520c --- /dev/null +++ b/docs-site/public/icons/dbt.svg @@ -0,0 +1,7 @@ + + + dbt + + + + diff --git a/docs-site/public/icons/metabase.svg b/docs-site/public/icons/metabase.svg new file mode 100644 index 00000000..0c8bd0f4 --- /dev/null +++ b/docs-site/public/icons/metabase.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs-site/public/icons/notion.svg b/docs-site/public/icons/notion.svg new file mode 100644 index 00000000..561c68b2 --- /dev/null +++ b/docs-site/public/icons/notion.svg @@ -0,0 +1,7 @@ + + + + diff --git a/docs-site/public/icons/postgresql.svg b/docs-site/public/icons/postgresql.svg new file mode 100644 index 00000000..d7b2b8d7 --- /dev/null +++ b/docs-site/public/icons/postgresql.svg @@ -0,0 +1 @@ +PostgreSQL