-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Client Side Encryption, Docs, Tooling
The documentation generation process for `mongodb-client-encryption` is broken. `npm run docs` will delete all documentation from the readme, instead of adding the newly generated docs.
The command works when run manually (`npx jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/*/.js > README.md`), but fails when run with `npm`.
acceptance criteria
- determine the root cause of the failure to generate docs
- fix the documentation generation