mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
136caa2034
Includes new script `npm run doc` for generating docs page.
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
},
|
|
"source": {
|
|
"include": "app/scripts/",
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"opts": {
|
|
"template": "node_modules/radgrad-jsdoc-template/",
|
|
"encoding": "utf8",
|
|
"destination": "docs/jsdocs",
|
|
"recurse": true,
|
|
"verbose": true
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
}
|
|
|