You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
760 B
36 lines
760 B
{
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"include": ["docs/README.md"],
|
|
"exclude": [],
|
|
"includePattern": "lib/.+\\.js(doc)?$",
|
|
"excludePattern": "(^|\\/|\\\\)_"
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
},
|
|
"opts": {
|
|
"template": "node_modules/ink-docstrap/template",
|
|
"encoding": "utf8",
|
|
"destination": "./apiref/",
|
|
"recurse": true,
|
|
"query": "value",
|
|
"private": true,
|
|
"lenient": true
|
|
},
|
|
"templates": {
|
|
"systemName": "bitcore",
|
|
"copyright": "© 2013-2015, BitPay Inc.",
|
|
"navType": "vertical",
|
|
"theme": "journal",
|
|
"linenums": true,
|
|
"collapseSymbols": false,
|
|
"inverseNav": false,
|
|
"outputSourceFiles": true
|
|
}
|
|
|
|
}
|
|
|