dobo-mongodb
Version:
MongoDB driver for Dobo
45 lines • 1.2 kB
JSON
{
"plugins": ["plugins/markdown", "jsdoc-plugin-intersection"],
"opts": {
"encoding": "utf8",
"recurse": true,
"verbose": true,
"destination": "./docs",
"template": "node_modules/clean-jsdoc-theme",
"readme": "./docs/static/home.md",
"theme_opts": {
"default_theme": "light",
"display-module-header": true,
"title": "DoboMongodb API",
"homepageTitle": "DoboMongodb API",
"sections": ["Classes", "Events", "Modules", "Global"],
"menu": [{
"title": "NPM",
"link": "https://www.npmjs.com/package/dobo-mongodb"
}, {
"title": "Github",
"link": "https://github.com/ardhi/dobo-mongodb"
}, {
"title": "Dobo",
"link": "https://dobo.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
}
}