mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 03:56:37 +00:00
22
scripts/misc/jsdoc.json
Normal file
22
scripts/misc/jsdoc.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user