2018-08-22 13:53:13 -07:00
|
|
|
{
|
|
|
|
"source": "src",
|
|
|
|
"destination": "doc",
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "esdoc-standard-plugin",
|
|
|
|
"option": {
|
|
|
|
"lint": {"enable": true},
|
|
|
|
"undocumentIdentifier": {"enable": true},
|
|
|
|
"unexportedIdentifier": {"enable": false},
|
|
|
|
"coverage": {"enable": true},
|
|
|
|
"accessor": {"access": ["public", "protected"], "autoPrivate": true},
|
|
|
|
"undocumentIdentifier": {"enable": true},
|
|
|
|
"unexportedIdentifier": {"enable": false},
|
|
|
|
"typeInference": {"enable": true},
|
|
|
|
"brand": {
|
|
|
|
"title": "Solana Javascript API",
|
|
|
|
"repository": "https://github.com/solana-labs/solana-web3.js",
|
|
|
|
"site": "https://solana.com"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "esdoc-importpath-plugin",
|
|
|
|
"option": {
|
|
|
|
"stripPackageName": true,
|
|
|
|
"replaces": [
|
|
|
|
{"from": ".*", "to": "@solana/web3"}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "esdoc-flow-type-plugin",
|
|
|
|
"option": {"enable": true}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "esdoc-ecmascript-proposal-plugin",
|
|
|
|
"option": {
|
|
|
|
"all": true
|
|
|
|
}
|
2018-12-03 09:17:55 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "esdoc-inject-style-plugin",
|
|
|
|
"option": {"styles": ["css/theme.css"]}
|
2018-08-22 13:53:13 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|