build/docs.json
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["lib/", "README.md"]
},
"plugins": ["plugins/markdown"],
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"templates": {
"name": "Cyclone Engine",
"logo": {
"splashDir": "assets/Splash.png",
"iconDir": "assets/Icon.png",
"width": "200px",
"height": "100px",
"iconWidth": "30px",
"iconHeight": "30px",
"link": "https://github.com/exoRift/cyclone-engine"
},
"footerText": "One of the best bot engines for Discord!",
"github": "https://github.com/exoRift/cyclone-engine",
"cleverLinks": true,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true
}
},
"opts": {
"encoding": "utf8",
"package": "package.json",
"template": "node_modules/tui-jsdoc-template",
"destination": "docsite",
"private": true,
"recurse": true
}
}