feat(FN-3087): document graph plugin in plugin authoring guide

Documentation-only finish for FN-3087, adding changeset and README updates for the dependency graph plugin and plugin authoring guide.

Fusion-Task-Id: FN-3087
This commit is contained in:
Fusion
2026-05-07 08:19:24 -07:00
committed by gsxdsm
parent 213ed79d5f
commit e7deab16b8
14 changed files with 104 additions and 15 deletions

View File

@@ -10,8 +10,8 @@
"import": "./src/index.ts"
},
"./dashboard-view": {
"types": "./src/DependencyGraph.tsx",
"import": "./src/DependencyGraph.tsx"
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"scripts": {