* 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>
26 lines
712 B
JSON
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"
|
|
}
|