Tutorial: About JS Doc Tutorials

About JS Doc Tutorials

JS Doc tips on tutorials

Title of this tutorial page is set in tutorials.json Name of this file is program-tutorials.md. By default jsdoc would have created the title of this page , same as file name. This is overcome using tutorials.json

{
    "program-tutorials":{
        "title" : "About JS Doc Tutorials"
    }
}