waibu
Version:
Web Framework for Bajo
45 lines • 1.15 kB
JSON
{
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"recurse": true,
"verbose": true,
"destination": "./docs",
"template": "node_modules/clean-jsdoc-theme",
"readme": "./docs/static/home.md",
"theme_opts": {
"sections": ["Classes", "Events", "Modules", "Global"],
"default_theme": "light",
"display-module-header": true,
"title": "Waibu API",
"homepageTitle": "Waibu API",
"menu": [{
"title": "NPM",
"link": "https://www.npmjs.com/package/waibu"
}, {
"title": "Github",
"link": "https://github.com/ardhi/waibu"
}, {
"title": "Waibu",
"link": "https://waibu.bajo.app/"
}, {
"title": "Bajo",
"link": "https://bajo.app/"
}]
}
},
"source": {
"include": ["."],
"includePattern": ".+\\.js(doc|x)?$",
"exclude": ["node_modules", "docs", "test"]
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"sourceType": "module",
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}