Description
The current documentation is here
https://github.com/mongodb/node-mongodb-native
and is using Sphinx
The new 2.0 branch is here
https://github.com/mongodb/node-mongodb-native/tree/2.0-crud
you can generate the jsdoc for 2.0 by first installing the tool with npm and then running the jsdoc command.
npm install -g jsdoc
|
jsdoc -c conf.json
|
this should create an out directory with the standard template html results for jsdoc.