newrelic
Version:
New Relic agent
19 lines (18 loc) • 337 B
JSON
{
"opts": {
"destination": "out/",
"readme": "./README.md",
"template": "./node_modules/minami"
},
"source": {
"exclude": ["node_modules", "test"],
"includePattern": ".+\\.js(doc)?$"
},
"plugins": [
"plugins/markdown"
],
"templates": {
"cleverLinks": true,
"showInheritedInNav": false
}
}