20 lines
531 B
JSON
20 lines
531 B
JSON
{
|
|
"source": {
|
|
"include": ["ds.js", "views/report.js", "README.md"]
|
|
},
|
|
|
|
"opts": {
|
|
"encoding": "utf8",
|
|
"readme" : "README.md",
|
|
"destination": "docs/",
|
|
"recurse": true,
|
|
"verbose": true,
|
|
"template": "/home/nicolo/node_modules/lib/node_modules/clean-jsdoc-theme",
|
|
"theme_opts": {
|
|
"theme": "light",
|
|
"title": "DataSpace Custom Report",
|
|
"create_style": ".description{padding:10px 0}.param-desc{padding:10px}"
|
|
}
|
|
}
|
|
}
|