bajo
Version:
A framework to build a giant monstrous app rapidly
38 lines • 943 B
JSON
{
"plugins": ["plugins/markdown"],
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"recurse": true,
"verbose": true,
"destination": "./docs",
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "dark",
"display-module-header": true,
"title": "Bajo Framework",
"homepageTitle": "Bajo Framework",
"menu": [{
"title": "NPM",
"link": "https://www.npmjs.com/package/bajo"
}, {
"title": "Github",
"link": "https://github.com/ardhi/bajo"
}]
}
},
"source": {
"include": ["."],
"includePattern": ".+\\.js(doc|x)?$",
"exclude": ["node_modules", "doc", "lib", "package-lock.json"]
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"sourceType": "module",
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}