-
Notifications
You must be signed in to change notification settings - Fork 148
Expand file tree
/
Copy path_jsdoc.json
More file actions
30 lines (30 loc) · 842 Bytes
/
_jsdoc.json
File metadata and controls
30 lines (30 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"source": {
"include": [
"./_jsdoc/index.md",
"../libraries/fabric-shim/lib/chaincode.js",
"../libraries/fabric-shim/lib/stub.js",
"../libraries/fabric-shim/lib/iterators.js",
"../libraries/fabric-shim/lib/utils/statebased.js",
"../apis/fabric-contract-api/lib"
]
},
"sourceType": "module",
"opts": {
"destination": "./gen",
"recurse": true,
"template": "./node_modules/ink-docstrap/template",
"tutorials": "./_jsdoc/tutorials"
},
"templates": {
"systemName": "Hyperledger Fabric Contract API",
"theme": "cosmo",
"default": {
"staticFiles": {
"include": [
"./_jsdoc/static"
]
}
}
}
}