Skip to content

Commit c433191

Browse files
authored
Merge pull request #2996 from port-labs/task_t56xan/document_custom_ocean_integration_template_for_cursor_metrics
Added Custom Claude Integration
2 parents 11773e9 + ac22e18 commit c433191

File tree

7 files changed

+1118
-0
lines changed

7 files changed

+1118
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Claude AI",
3+
"position": 3
4+
}
5+

docs/build-your-software-catalog/sync-data-to-catalog/ai-agents/claude/claude.md

Lines changed: 1104 additions & 0 deletions
Large diffs are not rendered by default.

src/components/IntegrationsTable/integrations-data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@ export const integrations = [
239239
darkIcon: '/img/guides/icons/dark/GithubCopilot.svg',
240240
docsUrl: '/build-your-software-catalog/sync-data-to-catalog/ai-agents/github-copilot',
241241
},
242+
{
243+
name: 'Claude AI',
244+
category: 'ai-agents',
245+
icon: '/img/guides/icons/ClaudeAI.svg',
246+
darkIcon: '/img/guides/icons/dark/ClaudeAI.svg',
247+
docsUrl: '/build-your-software-catalog/sync-data-to-catalog/ai-agents/claude',
248+
},
242249
{
243250
name: 'Cursor',
244251
category: 'ai-agents',
339 KB
Loading
370 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)