bajo
Version:
The ultimate framework for whipping up massive apps in no time
42 lines • 1.07 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": {
"default_theme": "light",
"display-module-header": true,
"title": "Bajo API",
"homepageTitle": "Bajo API",
"sections": ["Classes", "Events", "Modules", "Global"],
"menu": [{
"title": "NPM",
"link": "https://www.npmjs.com/package/bajo"
}, {
"title": "Github",
"link": "https://github.com/ardhi/bajo"
}, {
"title": "Bajo",
"link": "https://bajo.app"
}]
}
},
"source": {
"include": ["."],
"includePattern": ".+\\.js(doc|x)?$",
"exclude": ["node_modules", "docs", "test", "api-docs"]
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
},
"sourceType": "module",
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}