Files
vue-flow/docs/typedoc.md.json
Braks 564d5931a5 chore(docs,deps): update deps (#1598)
* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,plugins): update web vitals plugin

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs): update links

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2024-08-26 09:26:16 +02:00

26 lines
712 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"readme": "none",
"plugin": [
"typedoc-plugin-merge-modules",
"typedoc-plugin-markdown"
],
"entryPoints": [
"../packages/core/src/index.ts",
"../packages/background/src/index.ts",
"../packages/controls/src/index.ts",
"../packages/minimap/src/index.ts",
"../packages/node-toolbar/src/index.ts",
"../packages/node-resizer/src/index.ts"
],
"categorizeByGroup": true,
"darkHighlightTheme": "vitesse-dark",
"lightHighlightTheme": "vitesse-light",
"hideBreadcrumbs": true,
"disableSources": true,
"cleanOutputDir": true,
"out": "src/typedocs",
"tsconfig": "tsconfig.docs.json",
"entryFileName": "index.md"
}