From 18f28fae20b8b7b1928cd0c1977d8448580cab34 Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Mon, 8 May 2023 00:13:07 +0200 Subject: [PATCH] build: added typedoc config to all packages for the website generation --- components/vue2-alt/typedoc.json | 15 +++++++++++++++ components/vue2/typedoc.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 components/vue2-alt/typedoc.json create mode 100644 components/vue2/typedoc.json diff --git a/components/vue2-alt/typedoc.json b/components/vue2-alt/typedoc.json new file mode 100644 index 0000000..d9c29bf --- /dev/null +++ b/components/vue2-alt/typedoc.json @@ -0,0 +1,15 @@ +{ + "includes": "./markdown", + "entryPoints": [ + "./src/" + ], + "entryPointStrategy": "expand", + "name": "tsParticles Angular Component", + "includeVersion": true, + "hideGenerator": true, + "out": "./docs", + "validation": { + "invalidLink": true, + "notDocumented": true + } +} diff --git a/components/vue2/typedoc.json b/components/vue2/typedoc.json new file mode 100644 index 0000000..d9c29bf --- /dev/null +++ b/components/vue2/typedoc.json @@ -0,0 +1,15 @@ +{ + "includes": "./markdown", + "entryPoints": [ + "./src/" + ], + "entryPointStrategy": "expand", + "name": "tsParticles Angular Component", + "includeVersion": true, + "hideGenerator": true, + "out": "./docs", + "validation": { + "invalidLink": true, + "notDocumented": true + } +}