OSDN Git Service

update test case
[bytom/bytom-node-sdk.git] / jsdoc.conf.json
1 {
2   "source": {
3     "include": ["./src"]
4   },
5   "opts": {
6     "readme": "./README.md",
7     "destination": "./docs",
8     "recurse": true,
9     "template": "./node_modules/ink-docstrap/template"
10   },
11   "templates": {
12     "systemName": "Bytom Node.js SDK",
13     "theme": "cosmo",
14     "linenums": true
15   },
16   "plugins": ["plugins/markdown"]
17 }