mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
444 B
23 lines
444 B
3 years ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|