Skip to content

Commit b2f6ce0

Browse files
authored
Merge branch 'main' into PORT-16399-bug-clarify-object-validation-doc-current-wording-implies-behavior-that-isnt-supported
2 parents 1a45c73 + c433191 commit b2f6ce0

File tree

13 files changed

+2604
-0
lines changed

13 files changed

+2604
-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.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"label": "Cursor",
3+
"position": 18
4+
}
5+

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

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

src/components/IntegrationsTable/integrations-data.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,20 @@ export const integrations = [
238238
icon: '/img/guides/icons/GithubCopilot.svg',
239239
darkIcon: '/img/guides/icons/dark/GithubCopilot.svg',
240240
docsUrl: '/build-your-software-catalog/sync-data-to-catalog/ai-agents/github-copilot',
241+
},
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+
},
249+
{
250+
name: 'Cursor',
251+
category: 'ai-agents',
252+
icon: '/img/guides/icons/Cursor.svg',
253+
darkIcon: '/img/guides/icons/dark/Cursor.svg',
254+
docsUrl: '/build-your-software-catalog/sync-data-to-catalog/ai-agents/cursor',
241255
}
242256
];
243257

339 KB
Loading
370 KB
Loading
353 KB
Loading
471 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)