caprigis/js/jsdoc.json
2024-06-13 15:57:53 +02:00

20 lines
388 B
JSON

{
"source": {
"include": ["gis.js", "ui.js", "index.js"],
"includePattern": ".js$",
"excludePattern": "(vendor/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true,
"theme_opts": {
"theme": "light"
}
}
}