esdoc / esdoc-hosting

ESDoc Hosting Service
https://doc.esdoc.org/
11 stars 6 forks source link

Please support a plugins #16

Open akabekobeko opened 7 years ago

akabekobeko commented 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.

{
  "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.