From 57b607169f92d4555e8c921a2fa5fe81dbe0b654 Mon Sep 17 00:00:00 2001 From: Andrey Avtomonov Date: Thu, 28 May 2026 16:05:19 +0200 Subject: [PATCH] docs(docs-site): collapse agent setup explainer into a hover overlay (#231) --- .../docs/getting-started/quickstart.mdx | 81 +++++++++++++++---- 1 file changed, 65 insertions(+), 16 deletions(-) diff --git a/docs-site/content/docs/getting-started/quickstart.mdx b/docs-site/content/docs/getting-started/quickstart.mdx index 5d49cfb3..4251c57f 100644 --- a/docs-site/content/docs/getting-started/quickstart.mdx +++ b/docs-site/content/docs/getting-started/quickstart.mdx @@ -98,18 +98,70 @@ If you're a coding assistant choosing a docs route, start with the background: 'color-mix(in oklch, var(--color-fd-primary) 8%, transparent)', }} > -
- Run setup from an agent -
-
- You can ask an agent such as Claude Code, Codex, Cursor, or OpenCode to - install and configure **ktx** for you. The installable **ktx** skill tells - the agent how to check prerequisites, ask only for credentials or - connection choices, run ktx setup, verify connections, and - report the result. -
-
- Use a prompt like this from the project you want to configure: +
+
+ Or, ask an AI agent to install and configure **ktx** for you. +
+
+ + +
@@ -125,10 +177,7 @@ If you're a coding assistant choosing a docs route, start with the />
-
- Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to - install and configure ktx -
+ Run npx skills add Kaelio/ktx --skill ktx and use the ktx skill to install and configure ktx