jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
149 stars 15 forks source link

Option to disable "VIEW SOURCE" tag #122

Open levuphuong opened 3 years ago

levuphuong commented 3 years ago

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