Open akabekobeko opened 7 years ago
I hope ESDoc's web hosting service will also support plugins.
I use esdoc-node to parse require/export of Node with ESDoc.
require/export
{ "source": "./src", "destination": "./esdoc", "test": { "type": "mocha", "source": "./test" }, "plugins": [ { "name": "esdoc-node" } ] }
It works locally, but it seems that the plugin is ignored if it is web hosting. For example, this is output when esdoc-node is not running.
I hope ESDoc's web hosting service will also support plugins.
I use esdoc-node to parse
require/export
of Node with ESDoc.It works locally, but it seems that the plugin is ignored if it is web hosting. For example, this is output when esdoc-node is not running.