diff --git a/docs/typedoc.json b/docs/typedoc.json index 53ad9e6b..84b95a61 100644 --- a/docs/typedoc.json +++ b/docs/typedoc.json @@ -1,8 +1,14 @@ { "$schema": "https://typedoc.org/schema.json", "readme": "none", - "plugin": ["typedoc-plugin-merge-modules","typedoc-plugin-markdown"], - "entryPoints": ["../packages/vue-flow/src/index.ts", "../packages/additional-components/src/index.ts"], + "plugin": [ + "typedoc-plugin-merge-modules", + "typedoc-plugin-markdown" + ], + "entryPoints": [ + "../packages/vue-flow/src/index.ts", + "../packages/additional-components/src/index.ts" + ], "allReflectionsHaveOwnDocument": true, "categorizeByGroup": true, "darkHighlightTheme": "vitesse-dark",