Skip to content

Commit 18f28fa

Browse files
committed
build: added typedoc config to all packages for the website generation
1 parent d8a24ed commit 18f28fa

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

components/vue2-alt/typedoc.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"includes": "./markdown",
3+
"entryPoints": [
4+
"./src/"
5+
],
6+
"entryPointStrategy": "expand",
7+
"name": "tsParticles Angular Component",
8+
"includeVersion": true,
9+
"hideGenerator": true,
10+
"out": "./docs",
11+
"validation": {
12+
"invalidLink": true,
13+
"notDocumented": true
14+
}
15+
}

components/vue2/typedoc.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"includes": "./markdown",
3+
"entryPoints": [
4+
"./src/"
5+
],
6+
"entryPointStrategy": "expand",
7+
"name": "tsParticles Angular Component",
8+
"includeVersion": true,
9+
"hideGenerator": true,
10+
"out": "./docs",
11+
"validation": {
12+
"invalidLink": true,
13+
"notDocumented": true
14+
}
15+
}

0 commit comments

Comments
 (0)