Skip to content

Commit 5776f4d

Browse files
Aditya Thiruvengadamclaude
andcommitted
docs: split callout follow-up into bullets; move COMING SOON next to title
- "Before you install" callout (all 6 install pages): split the trailing single sentence into two bullets — workspace-switching note + FAQ pointer. - Quickstart Claude card: pass a JSX fragment to the Card title prop so the COMING SOON badge sits inline next to "Claude" instead of wrapping below the "Anthropic assistant" description. Match the sidebar tag styling (text-2xs, leading-tight, align-middle). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c1d9bae commit 5776f4d

7 files changed

Lines changed: 14 additions & 8 deletions

File tree

docs/install/chatgpt.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ icon: "/images/icons/openai.svg"
77
<Info>
88
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
99

10-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
10+
- You can switch workspaces later by asking your AI assistant.
11+
- For other common install issues, see the [FAQ](/faq).
1112
</Info>
1213

1314
Once the Klarity app is live in the OpenAI App Store:

docs/install/claude-code.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ icon: "/images/icons/claude.svg"
77
<Info>
88
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
99

10-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
10+
- You can switch workspaces later by asking your AI assistant.
11+
- For other common install issues, see the [FAQ](/faq).
1112
</Info>
1213

1314
Two install paths are supported. The plugin path is preferred — it ships the bundled skill prompt and uses OAuth.

docs/install/claude.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ tag: "COMING SOON"
1212
<Info>
1313
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
1414

15-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
15+
- You can switch workspaces later by asking your AI assistant.
16+
- For other common install issues, see the [FAQ](/faq).
1617
</Info>
1718

1819
Once the Klarity connector is live in Anthropic's official directory:

docs/install/codex.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ icon: "/images/icons/codex.svg"
77
<Info>
88
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
99

10-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
10+
- You can switch workspaces later by asking your AI assistant.
11+
- For other common install issues, see the [FAQ](/faq).
1112
</Info>
1213

1314
Two install paths are supported. The plugin path is preferred — it ships the bundled skill prompt and uses OAuth.

docs/install/cursor.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ icon: "/images/icons/cursor.svg"
77
<Info>
88
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
99

10-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
10+
- You can switch workspaces later by asking your AI assistant.
11+
- For other common install issues, see the [FAQ](/faq).
1112
</Info>
1213

1314
Cursor supports both install paths. The OAuth path is preferred — Cursor manages the token for you and there's no key handling.

docs/install/gemini-cli.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ icon: "/images/icons/gemini.svg"
77
<Info>
88
**Before you install:** [enable the MCP in your Klarity workspace](/authentication#enable-the-mcp-in-your-workspace). Sign-in will fail until you do.
99

10-
You can switch workspaces later by asking your AI assistant. For other common install issues, see the [FAQ](/faq).
10+
- You can switch workspaces later by asking your AI assistant.
11+
- For other common install issues, see the [FAQ](/faq).
1112
</Info>
1213

1314
## Extension install (OAuth)

docs/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ icon: "rocket"
1313
Klarity MCP works with any MCP-compatible client. Use the install page that matches yours.
1414

1515
<Columns cols={2}>
16-
<Card title="Claude" icon="/images/icons/claude.svg" href="/install/claude">
17-
Anthropic assistant <span className="ml-2 px-1.5 py-0.5 rounded text-xs font-bold text-primary dark:text-primary-light bg-primary/10">COMING SOON</span>
16+
<Card title={<>Claude <span className="ml-2 px-1.5 py-0.5 rounded text-2xs font-bold leading-tight align-middle text-primary dark:text-primary-light bg-primary/10">COMING SOON</span></>} icon="/images/icons/claude.svg" href="/install/claude">
17+
Anthropic assistant
1818
</Card>
1919
<Card title="Claude Code" icon="/images/icons/claude.svg" href="/install/claude-code">Anthropic CLI</Card>
2020
<Card title="ChatGPT" icon="/images/icons/openai.svg" href="/install/chatgpt">OpenAI assistant</Card>

0 commit comments

Comments
 (0)