@betit/orion
Version:
Pluggable microservice framework
28 lines • 612 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": "lib",
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "public/api",
"readme": "README.md",
"recurse": true,
"verbose": true
}
}