We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: