puter-sdk
Version:
The Unofficial Puter SDK library for Puter cloud platform
26 lines • 577 B
JSON
{
"source": {
"include": ["src", "README.md"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": ["plugins/markdown"],
"opts": {
"destination": "./docs/",
"recurse": true,
"readme": "README.md",
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "light",
"homepageTitle": "Puter SDK Documentation"
}
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}