Skip to content

Add missing meta descriptions#1074

Merged
rachel-mack merged 2 commits into
masterfrom
missing-meta-descriptions
Apr 14, 2025
Merged

Add missing meta descriptions#1074
rachel-mack merged 2 commits into
masterfrom
missing-meta-descriptions

Conversation

@nlarew
Copy link
Copy Markdown
Collaborator

@nlarew nlarew commented Apr 10, 2025

Adds missing meta descriptions generated by the Education AI Team\n\nSOURCE: https://docs.google.com/spreadsheets/d/1fdrjF4Ms9fMl96zLiLGsYD_V38rTfPLuKs5VQk4vz6E/edit?gid=1166644539

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 10, 2025

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit 734dbb6
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/67fd32a84ea13d0008ef758e
😎 Deploy Preview https://deploy-preview-1074--docs-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment thread source/aggregation-tutorials.txt Outdated
Comment thread source/aggregation-tutorials/filtered-subset.txt Outdated
Comment thread source/aggregation-tutorials/group-total.txt Outdated
Comment thread source/aggregation-tutorials/multi-field-join.txt Outdated
Comment thread source/aggregation-tutorials/one-to-one-join.txt Outdated
================

.. meta::
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
:description: Perform a transaction using the Core API in Node.js to update inventory, customer orders, and save order details in a multi-document transaction.
:description: Use the Core API with the MongoDB Node.js Driver to update multiple documents in a single transaction.

Comment thread source/usage-examples/transactions.txt Outdated
=====================

.. meta::
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
:description: Explore how to perform transactions using the Node.js driver with both the Convenient Transaction API and the Core API.
:description: Explore how to perform transactions using the MongoDB Node.js Driver with both the Convenient Transaction API and the Core API.

Comment thread source/usage-examples/updateMany.txt Outdated
=========================

.. meta::
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
:description: Update multiple documents in a MongoDB collection using the `updateMany()` method with a filter and update document.
:description: Update multiple documents in a collection with the MongoDB Node.js Driver by using the updateMany() method with a filter.

Comment thread source/usage-examples/updateOne.txt Outdated
=================

.. meta::
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
:description: Update a single document in a MongoDB collection using the `updateOne()` method with options for upserting and handling exceptions.
:description: Update a single document in a MongoDB collection with the in the MongoDB Node.js Driver by using the updateOne() method with options for upserting and handling exceptions.

Comment thread source/whats-new.txt Outdated

.. meta::
:keywords: version, update, upgrade, backwards compatibility
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
:description: Discover the latest features and updates in recent versions of the Node.js driver, including new support for compression algorithms, authentication mechanisms, and various performance improvements.
:description: Discover the latest features and updates of the in the MongoDB Node.js Driver.

@rachel-mack rachel-mack merged commit 3c73d87 into master Apr 14, 2025
5 of 8 checks passed
github-actions Bot pushed a commit that referenced this pull request Apr 14, 2025
* Add missing meta descriptions

* Apply suggestions from code review

---------

Co-authored-by: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com>
(cherry picked from commit 3c73d87)
@rachel-mack rachel-mack deleted the missing-meta-descriptions branch April 14, 2025 16:08
rachel-mack pushed a commit that referenced this pull request Apr 14, 2025
* Add missing meta descriptions

* Apply suggestions from code review

---------

Co-authored-by: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com>
(cherry picked from commit 3c73d87)

Co-authored-by: Nick Larew <nick.larew@10gen.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants