Skip to content

Commit 11773e9

Browse files
authored
Merge pull request #2986 from port-labs/task_t56xb8/document_custom_ocean_integration_template_for_claude_metrics
Added Docs for Cursor Metric Custom Ocean Integration
2 parents f700564 + d50fd1e commit 11773e9

File tree

7 files changed

+1486
-0
lines changed

7 files changed

+1486
-0
lines changed
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ 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: 'Cursor',
244+
category: 'ai-agents',
245+
icon: '/img/guides/icons/Cursor.svg',
246+
darkIcon: '/img/guides/icons/dark/Cursor.svg',
247+
docsUrl: '/build-your-software-catalog/sync-data-to-catalog/ai-agents/cursor',
241248
}
242249
];
243250

353 KB
Loading
471 KB
Loading

static/img/guides/icons/Cursor.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)