Files
nocodb/scripts/misc/jsdoc.json
Naveen MR a77bf97a8b chore : removing files
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2021-10-26 08:58:40 +01:00

23 lines
444 B
JSON

{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./lib/SqlMigrator/lib",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"template": "node_modules/minami",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}