Skip to content

Commit f040186

Browse files
coreydaleyclaude
andcommitted
feat: add Marketplace install link for VS Code extension
Update integration card to link directly to the Marketplace with an "Install" CTA, and remove "coming soon" from the getting-started docs. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30b2444 commit f040186

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/docs/integrations/vscode-polyphon/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The Polyphon extension for VS Code lets you run multi-voice AI conversations dir
1818

1919
## Installation
2020

21-
### VS Code Marketplace *(coming soon)*
21+
### VS Code Marketplace
2222

23-
Search for **Polyphon** in the Extensions panel (`Cmd/Ctrl+Shift+X`) or visit the VS Code Marketplace page.
23+
Search for **Polyphon** in the Extensions panel (`Cmd/Ctrl+Shift+X`), or install directly from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=polyphon-ai.vscode-polyphon).
2424

2525
### Manual installation (VSIX)
2626

themes/polyphon/layouts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,20 +708,20 @@ <h2 class="integrations-heading">Polyphon,<br>wherever you work</h2>
708708
</div>
709709
</a>
710710

711-
<a class="integration-plug" href="/docs/integrations/vscode-polyphon/" style="--plug-color: var(--integration-vscode); --plug-subtle: var(--integration-vscode-subtle)">
711+
<a class="integration-plug" href="https://marketplace.visualstudio.com/items?itemName=polyphon-ai.vscode-polyphon" style="--plug-color: var(--integration-vscode); --plug-subtle: var(--integration-vscode-subtle)">
712712
<div class="integration-plug-icon" aria-hidden="true">
713713
{{- partial "provider-logo.html" (dict "name" "vscode" "size" 28) -}}
714714
</div>
715715
<div class="integration-plug-body">
716716
<div class="integration-plug-meta">
717717
<span class="integration-plug-name">VS Code</span>
718718
<span class="integration-plug-type">Extension</span>
719-
<span class="integration-plug-badge">Manual install</span>
719+
<span class="integration-plug-badge">Marketplace</span>
720720
</div>
721721
<p class="integration-plug-desc">Multi-voice AI conversations inside your editor, with full awareness of your open file, selection, and diagnostics. Connect to a running Polyphon instance without leaving VS Code.</p>
722722
</div>
723723
<div class="integration-plug-cta" aria-hidden="true">
724-
<span>Docs</span>
724+
<span>Install</span>
725725
{{ partial "icon.html" (dict "name" "arrow-right" "size" 15) }}
726726
</div>
727727
</a>

0 commit comments

Comments
 (0)