Skip to content

Commit

Permalink
build: added typedoc config to all packages for the website generation
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 7, 2023
1 parent dea6723 commit c65301e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/vue3-alt/typedoc.json
Original file line number Diff line number Diff line change
@@ -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
}
}
15 changes: 15 additions & 0 deletions components/vue3/typedoc.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit c65301e

Please sign in to comment.