-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node.js driver or js BSON user
I want to read API documentation for BSON
So that I know how to use the library
Working: https://mongodb.github.io/node-mongodb-native/5.3/classes/BSON.ObjectId.html
External is hidden by default: https://mongodb.github.io/node-mongodb-native/6.3/classes/BSON.ObjectId.html
User Impact
- There is no BSON API documentation for recent versions unless you check the "External" box
Dependencies
- Typedoc
Unknowns
- Will a newer version of typedoc fix this?
- Is there a configuration we can set to make sure the BSON docs are shown by default in the driver docs?
Acceptance Criteria
Implementation Requirements
- Make BSON API documentation available
Testing Requirements
- None
Documentation Requirements
- None
Follow Up Requirements
- None