You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to use a specific `jsdoc` version or fork, specify its path via `JSDOC_PATH` and jsdoc-api will use it instead of the default.
103
+
104
+
```sh
105
+
$ export JSDOC_PATH=./node_modules/.bin/jsdoc # An alternative jsdoc version you installed
106
+
$ node my-jsdoc-api-script.js # Run your jsdoc-api app as usual
107
+
```
108
+
102
109
See the [API documentation](https://github.com/jsdoc2md/jsdoc-api/blob/master/docs/api.md) for further details. See the [example folder](https://github.com/jsdoc2md/jsdoc-api/tree/master/example) for code examples.
0 commit comments