Skip to content

Commit ea8caf5

Browse files
committed
feat(docs): Add VSCode & Cursor icons
1 parent 6dd4732 commit ea8caf5

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

apify-docs-theme/src/theme/LLMButtons/index.jsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ import {
77
CheckIcon,
88
ChevronDownIcon,
99
CopyIcon,
10+
CursorIcon,
1011
ExternalLinkIcon,
1112
LoaderIcon,
1213
MarkdownIcon,
1314
McpIcon,
1415
PerplexityIcon,
16+
VscodeIcon,
1517
} from '@apify/ui-icons';
1618
import { Menu, Text, theme } from '@apify/ui-library';
1719

@@ -34,25 +36,25 @@ const DROPDOWN_OPTIONS = [
3436
},
3537
{
3638
label: 'Copy MCP server',
37-
description: 'Copy Apify MCP configuration',
39+
description: 'Copy MCP Server URL to clipboard',
3840
showExternalIcon: false,
3941
Icon: McpIcon,
4042
value: 'copyMcpServer',
4143
},
4244
{
4345
label: 'Connect to Cursor',
44-
description: 'Open MCP configurator for Cursor',
46+
description: 'Install MCP Server on Cursor',
4547
showExternalIcon: true,
4648
// TODO: Replace with CursorIcon - we don't have one yet
47-
Icon: ExternalLinkIcon,
49+
Icon: CursorIcon,
4850
value: 'connectCursor',
4951
},
5052
{
5153
label: 'Connect to VS Code',
52-
description: 'Open MCP configurator for VS Code',
54+
description: 'Install MCP server on VS Code',
5355
showExternalIcon: true,
5456
// TODO: Replace with VS Code Icon - we don't have one yet
55-
Icon: ExternalLinkIcon,
57+
Icon: VscodeIcon,
5658
value: 'connectVsCode',
5759
},
5860
{

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@apify/ui-library": "^1.97.2",
65-
"@apify/ui-icons": "^1.19.0",
65+
"@apify/ui-icons": "^1.25.0",
6666
"@docusaurus/core": "^3.8.1",
6767
"@docusaurus/faster": "^3.8.1",
6868
"@docusaurus/plugin-client-redirects": "^3.8.1",

0 commit comments

Comments
 (0)