From fc981081ae319bb4b86fc765a6d32054209c3758 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 13 Jun 2022 00:03:25 +0200 Subject: [PATCH] docs: skip readme when generating typedocs --- docs/typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/typedoc.json b/docs/typedoc.json index ab9d5de0..d0262d81 100644 --- a/docs/typedoc.json +++ b/docs/typedoc.json @@ -1,5 +1,6 @@ { "$schema": "https://typedoc.org/schema.json", + "readme": "none", "plugin": "typedoc-plugin-markdown", "entryPoints": ["../packages/vue-flow/src/index.ts"], "out": "src/typedocs",