iustosed
Version:
Web3 JS Quorum - JSON-RPC API
23 lines (22 loc) • 525 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc"]
},
"source": {
"include": ["src", "package.json", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"destination": "./docs/out",
"encoding": "utf8",
"private": true,
"recurse": true,
"template": "node_modules/docdash",
"tutorials": "docs/migrations"
}
}