Skip to content

Commit 7ed4e78

Browse files
committed
Refactor CodingAgents component: replace import path and remove unused file
1 parent 15ce50b commit 7ed4e78

File tree

3 files changed

+20
-29
lines changed

3 files changed

+20
-29
lines changed

docs/guides/all/auto-enhance-pr-descriptions-with-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Automatically enhance PR descriptions with AI-generated, template-c
55

66
import Tabs from "@theme/Tabs"
77
import TabItem from "@theme/TabItem"
8-
import CodingAgents from '@site/src/components/CodingAgents/CodingAgents'
8+
import CodingAgents from '/docs/guides/templates/ai/_coding_agents.mdx'
99

1010
# Auto-enhance PR descriptions with AI
1111

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
import Tabs from '@theme/Tabs';
2+
import TabItem from '@theme/TabItem';
3+
4+
This guide supports multiple AI coding agents:
5+
6+
<Tabs groupId="coding-agent" defaultValue="claude">
7+
<TabItem value="claude" label="Claude Code">
8+
AI-powered coding assistant by Anthropic follow the <a href="/guides/all/trigger-claude-code-from-port">→ Setup guide</a>
9+
</TabItem>
10+
11+
<TabItem value="copilot" label="GitHub Copilot">
12+
GitHub's native AI coding assistant follow the <a href="/guides/all/trigger-github-copilot-from-port">→ Setup guide</a>
13+
</TabItem>
14+
15+
<TabItem value="gemini" label="Google Gemini">
16+
Google's AI coding assistant follow the <a href="/guides/all/trigger-gemini-assistant-from-port">→ Setup guide</a>
17+
</TabItem>
18+
</Tabs>
19+

src/components/CodingAgents/CodingAgents.jsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)