Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support a plugins #16

Open
akabekobeko opened this issue Jan 24, 2017 · 0 comments
Open

Please support a plugins #16

akabekobeko opened this issue Jan 24, 2017 · 0 comments

Comments

@akabekobeko
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant