23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"source": {
|
|
"include": ["src/"]
|
|
},
|
|
|
|
"opts": {
|
|
"plugins": ["plugins/markdown"],
|
|
"markdown": {
|
|
"tags": ["module", "namespace"]
|
|
},
|
|
"encoding": "utf8",
|
|
"destination": "docs/",
|
|
"recurse": true,
|
|
"verbose": true,
|
|
"template": "node_modules/clean-jsdoc-theme",
|
|
"theme_opts": {
|
|
"theme": "light",
|
|
"title": "GreekSchool Manifests",
|
|
"create_style": ".description{padding:10px 0}.param-desc{padding:10px}"
|
|
}
|
|
}
|
|
}
|