Skip to content

docs: add 7.2.0 docs#4925

Merged
dariakp merged 1 commit intomainfrom
release-7.2.0-docs
Apr 20, 2026
Merged

docs: add 7.2.0 docs#4925
dariakp merged 1 commit intomainfrom
release-7.2.0-docs

Conversation

@tadjik1
Copy link
Copy Markdown
Member

@tadjik1 tadjik1 commented Apr 20, 2026

Description

Summary of Changes

Adding docs for the 7.2.0 release.

Double check the following

  • Lint is passing (npm run check:lint)
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@tadjik1 tadjik1 marked this pull request as ready for review April 20, 2026 15:20
@tadjik1 tadjik1 requested a review from a team as a code owner April 20, 2026 15:20
Copilot AI review requested due to automatic review settings April 20, 2026 15:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .nojekyll marker 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.innerHTML is 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() {

Comment thread docs/7.2/assets/icons.js
Comment thread docs/7.2/.nojekyll
Comment thread docs/7.2/classes/Batch.html
@dariakp dariakp merged commit e8c5e65 into main Apr 20, 2026
28 of 32 checks passed
@dariakp dariakp deleted the release-7.2.0-docs branch April 20, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants