mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
c5b04a5445
Drop 'Cursor' from plugin descriptions in the marketplace manifest and per-plugin manifests so they read correctly in any agent client, and resync the README table that mirrors them. Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
30 lines
793 B
JSON
30 lines
793 B
JSON
{
|
|
"name": "docs-canvas",
|
|
"displayName": "Docs Canvas",
|
|
"version": "0.1.0",
|
|
"description": "Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable canvas with sections, table of contents, diagrams, and cross-references.",
|
|
"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/"
|
|
}
|