js-dossier
js-dossier copied to clipboard
Option to disable "VIEW SOURCE" tag
Hi I would like to generate a documentation without any source code. So do we have any option to disable "VIEW SOURCE" in html doc as what jsdoc did?:
{
"templates": {
"default": {
"outputSourceFiles": false
}
}
}
Thank you