1
0
mirror of https://github.com/Bytom/bytom-node-sdk.git synced 2020-06-03 17:14:54 +00:00
bytom-node-sdk/jsdoc.conf.json
2018-05-21 13:06:23 +08:00

18 lines
337 B
JSON

{
"source": {
"include": ["./src"]
},
"opts": {
"readme": "./README.md",
"destination": "./docs",
"recurse": true,
"template": "./node_modules/ink-docstrap/template"
},
"templates": {
"systemName": "Bytom Node.js SDK",
"theme": "cosmo",
"linenums": true
},
"plugins": ["plugins/markdown"]
}