- Move jsdoc output to public directory so may be visible on releases (while still having in a .gitignore)
This commit is contained in:
23
docs/jsdoc-config.json
Normal file
23
docs/jsdoc-config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"recurseDepth": 10,
|
||||
"source": {
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist"
|
||||
],
|
||||
"excludePattern": "^svgedit-config-"
|
||||
},
|
||||
"sourceType": "module",
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
},
|
||||
"templates": {
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false
|
||||
},
|
||||
"opts":{
|
||||
"recurse": true,
|
||||
"verbose": true,
|
||||
"destination": ".jsdoc/out"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user