nodeping-mtrext
Version:
Node.js wrapper for the mtr command/tool.
30 lines • 738 B
JSON
{
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc|x)?$",
"excludePatterns": "(^|\\/|\\\\)"
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"systemName": "mtrext",
"monospaceLinks": false,
"dateFormat": "YYYY/MM/DD",
"navType": "inline",
"theme": "slate",
"linenums": true,
"footer": "",
"inverseNav": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "./documentation/",
"recurse": true
}
}