-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I hope ESDoc's web hosting service will also support plugins.
I use esdoc-node to parse require/export of Node with ESDoc.
{
"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.
vihanb, mar-v-in and piffio
Metadata
Metadata
Assignees
Labels
No labels