Content Manager: Added Documentation, Implemented functional approach to the HTML table generation and refactored API codes, Using DOM purifier to prevent XSS
This commit is contained in:
29
src-manager/jsdoc-conf.json
Normal file
29
src-manager/jsdoc-conf.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"plugins": ["plugins/markdown"],
|
||||
"recurseDepth": 5,
|
||||
"sourceType": "module",
|
||||
"source": {
|
||||
"include": ["./utils/", "./api/"],
|
||||
"excludePattern": "(node_modules/|docs)"
|
||||
},
|
||||
"tags": {
|
||||
"allowUnknownTags": false,
|
||||
"dictionaries": ["jsdoc"]
|
||||
},
|
||||
"templates": {
|
||||
"cleverLinks": true,
|
||||
"monospaceLinks": true,
|
||||
"disableSort": true
|
||||
},
|
||||
"opts": {
|
||||
"encoding": "utf8",
|
||||
"verbose": true,
|
||||
"destination": "./docs/",
|
||||
"readme": "./README.md",
|
||||
"package": "./package.json"
|
||||
},
|
||||
"markdown": {
|
||||
"hardwrap": false,
|
||||
"idInHeadings": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user