Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds the generated TypeDoc site for the v7.2.0 (docs 7.2) release so GitHub Pages can serve updated API documentation.
Changes:
- Added generated HTML documentation pages for new/updated public API types (classes/events).
- Added TypeDoc static assets required to render/search/navigate the docs.
- Added
.nojekyllmarker for GitHub Pages.
Reviewed changes
Copilot reviewed 36 out of 495 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/7.2/classes/ConnectionClosedEvent.html | Generated TypeDoc page for the connection pool monitoring event. |
| docs/7.2/classes/ConnectionCheckedOutEvent.html | Generated TypeDoc page for the connection pool monitoring event. |
| docs/7.2/classes/ConnectionCheckedInEvent.html | Generated TypeDoc page for the connection pool monitoring event. |
| docs/7.2/classes/ConnectionCheckOutStartedEvent.html | Generated TypeDoc page for the connection pool monitoring event. |
| docs/7.2/classes/ConnectionCheckOutFailedEvent.html | Generated TypeDoc page for the connection pool monitoring event. |
| docs/7.2/classes/CommandSucceededEvent.html | Generated TypeDoc page for command monitoring event. |
| docs/7.2/classes/CommandStartedEvent.html | Generated TypeDoc page for command monitoring event. |
| docs/7.2/classes/CommandFailedEvent.html | Generated TypeDoc page for command monitoring event. |
| docs/7.2/classes/Batch.html | Generated TypeDoc page for bulk-write batching internals. |
| docs/7.2/classes/BSON.MinKey.html | Generated TypeDoc page for BSON MinKey type. |
| docs/7.2/classes/BSON.MaxKey.html | Generated TypeDoc page for BSON MaxKey type. |
| docs/7.2/classes/BSON.DBRef.html | Generated TypeDoc page for BSON DBRef type. |
| docs/7.2/classes/BSON.Code.html | Generated TypeDoc page for BSON Code type. |
| docs/7.2/classes/BSON.BSONValue.html | Generated TypeDoc page for BSONValue base type. |
| docs/7.2/classes/BSON.BSONSymbol.html | Generated TypeDoc page for BSONSymbol type. |
| docs/7.2/classes/BSON.BSONRegExp.html | Generated TypeDoc page for BSONRegExp type. |
| docs/7.2/assets/navigation.js | Generated navigation/search data blob for the docs site. |
| docs/7.2/assets/icons.js | Runtime that injects SVG symbols used across the docs site. |
| docs/7.2/assets/highlight.css | Syntax highlighting theme variables/styles for code blocks. |
| docs/7.2/.nojekyll | Marker file intended to disable Jekyll processing on GitHub Pages. |
Comments suppressed due to low confidence (1)
docs/7.2/assets/icons.js:1
- The SVG sprite string assigned to
svg.innerHTMLis wrapped in extra quotes (it starts with"<g ...and ends with... </g>"). This will insert literal quote characters into the SVG markup and can break<use href="../assets/icons.svg#...">rendering. Remove the outer quotes so the template literal contains only valid SVG element markup.
(function() {
nbbeeken
approved these changes
Apr 20, 2026
dariakp
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Summary of Changes
Adding docs for the 7.2.0 release.
Double check the following
npm run check:lint)type(NODE-xxxx)[!]: descriptionfeat(NODE-1234)!: rewriting everything in coffeescript