mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
08631ab2ef
Replace "Connect to [tool]" openers, em-dash asides, and MCP server boilerplate with brief verb-first copy in plugin and marketplace manifests. Resync the README table that mirrors them, adding rows that had drifted out (teaching, ralph-loop, playwright, github, zoom, clay). Also refresh the stale read-only X marketplace copy and clean em-dashes from the Salesforce server URL help text. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
648 B
JSON
30 lines
648 B
JSON
{
|
|
"name": "docs-canvas",
|
|
"displayName": "Docs Canvas",
|
|
"version": "0.1.0",
|
|
"description": "Render documentation as a navigable canvas.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/docs-canvas",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"cursor-plugin",
|
|
"canvas",
|
|
"documentation",
|
|
"docs",
|
|
"architecture",
|
|
"reference"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"canvas",
|
|
"documentation",
|
|
"workflow"
|
|
],
|
|
"skills": "./skills/"
|
|
}
|