The JSDOC is complementary to the Nodea documentation, it allows you to list among other things all the hook routes as well as the variables available for each. It is therefore essential for developers to know what the Nodea core makes available for development.
To generate the JSDoc directly in your application simply execute this:
// Before 3.0.2
npm run jsdoc
// Since 3.0.2
npm run jsdoc_core // Will generate a docs_core/ folder focused on _core/ folder
npm run jsdoc_app // Will generate a docs_app/ folder focused on app/ folder
See the jsdoc.conf.json and the package.json in order to customize the generation behavior.
And then you will find a new docs folder in your application root directory with an index.html
Here will be listed snapshot of the different versions of the JSDOC Nodea: