LinkUp-Bot-Lib/jsdoc.json

51 lines
1009 B
JSON
Raw Normal View History

2024-06-15 10:02:04 -04:00
{
"tags": {
"allowUnknownTags": true
},
"source": {
"include": ["./src"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
2024-06-15 11:15:54 -04:00
"template": "node_modules/docdash",
2024-06-15 10:02:04 -04:00
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
2024-06-15 11:15:54 -04:00
},
"markdown": {
"parser": "gfm",
"hardwrap": true,
"idInHeadings": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"outputSourceFiles": true,
"includeDate": false,
"useLongnameInNav": true
}
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"wrap": true,
"menu": {
"Git Repository": {
"href":"https://git.ssh.surf/mitask/linkup-bot-lib",
"target":"_blank",
"class":"menu-item",
"id":"gitrepo_link"
}
}
2024-06-15 10:02:04 -04:00
}
}