23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
},
|
|
"source": {
|
|
"include": "src/",
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"destination": "./.public/docs/",
|
|
"recurse": true,
|
|
"verbose": true
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
} |