js-dossier icon indicating copy to clipboard operation
js-dossier copied to clipboard

Option to disable "VIEW SOURCE" tag

Open levuphuong opened this issue 4 years ago • 0 comments

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

levuphuong avatar Sep 09 '21 03:09 levuphuong