Skip to content

Commit 734dbb6

Browse files
authored
Apply suggestions from code review
1 parent 7319400 commit 734dbb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+73
-73
lines changed

source/aggregation-tutorials.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Aggregation Tutorials
1010

1111
.. meta::
1212
:keywords: node.js, code example, runnable app
13-
:description: Explore step-by-step aggregation tutorials for common tasks using Node.js, including setup instructions and runnable code examples.
13+
:description: Explore step-by-step aggregation tutorials for common tasks using the MongoDB Node.js Driver, including setup instructions and runnable code examples.
1414

1515
.. contents:: On this page
1616
:local:

source/aggregation-tutorials/filtered-subset.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Filtered Subset
1616

1717
.. meta::
1818
:keywords: code example, node.js, sort, limit, aggregation
19-
:description: Learn to use the Node.js driver to create an aggregation pipeline that filters, sorts, and formats a subset of documents in a MongoDB collection.
19+
:description: Learn to use the MongoDB Node.js Driver to create an aggregation pipeline that filters, sorts, and formats a subset of documents in a MongoDB collection.
2020

2121
Introduction
2222
------------

source/aggregation-tutorials/group-total.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Group and Total
1616

1717
.. meta::
1818
:keywords: code example, node.js, analyze, aggregation
19-
:description: Learn to use the Node.js driver to construct an aggregation pipeline that groups and analyzes customer order data by year and customer email.
19+
:description: Learn to use the MongoDB Node.js Driver to construct an aggregation pipeline that groups and analyzes data.
2020

2121
Introduction
2222
------------

source/aggregation-tutorials/multi-field-join.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Multi-Field Join
1616

1717
.. meta::
1818
:keywords: code example, node.js, lookup, aggregation
19-
:description: Learn to perform a multi-field join using the Node.js driver to combine data from two collections in an aggregation pipeline.
19+
:description: Learn to perform a multi-field join using the MongoDB Node.js Driver to combine data from two collections in an aggregation pipeline.
2020

2121
Introduction
2222
------------

source/aggregation-tutorials/one-to-one-join.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ One-to-One Join
1616

1717
.. meta::
1818
:keywords: code example, node.js, lookup, aggregation
19-
:description: Learn to perform a one-to-one join using the Node.js driver to combine data from two collections in an aggregation pipeline.
19+
:description: Learn to perform a one-to-one join using the MongoDB Node.js Driver to combine data from two collections in an aggregation pipeline.
2020

2121
Introduction
2222
------------

source/aggregation-tutorials/unpack-arrays.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Unpack Arrays and Group
1616

1717
.. meta::
1818
:keywords: code example, node.js, analyze, array
19-
:description: Learn to use the Node.js driver to create an aggregation pipeline that unpacks arrays, filters, groups, and computes fields in MongoDB.
19+
:description: Learn to use the MongoDB Node.js Driver to create an aggregation pipeline that unpacks arrays, filters, groups, and computes fields in MongoDB.
2020

2121
Introduction
2222
------------

source/connection-troubleshooting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Connection Troubleshooting
1010

1111
.. meta::
1212
:keywords: code example, node.js, disconnected, help
13-
:description: Troubleshoot connection issues with the MongoDB Node.js driver by checking connection strings, configuring firewalls, and adjusting settings like `maxPoolSize` and `connectTimeoutMS`.
13+
:description: Troubleshoot connection issues with the MongoDB Node.js Driver by checking connection strings, configuring firewalls, and adjusting settings like `maxPoolSize` and `connectTimeoutMS`.
1414

1515
.. contents:: On this page
1616
:local:

source/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FAQ
55
===
66

77
.. meta::
8-
:description: Find answers to frequently asked questions about the Node.js driver, including connection pooling, timeouts, and handling network behavior.
8+
:description: Find answers to frequently asked questions about the MongoDB Node.js Driver, including connection pooling, timeouts, and handling network behavior.
99

1010
.. contents:: On this page
1111
:local:

source/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Fundamentals
33
============
44

55
.. meta::
6-
:description: Explore tasks using the Node.js driver, including connecting, authenticating, reading, writing, and managing transactions in MongoDB.
6+
:description: Explore tasks using the MongoDB Node.js Driver, including connecting, authenticating, reading, writing, and managing transactions in MongoDB.
77

88
.. default-domain:: mongodb
99

source/fundamentals/aggregation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Aggregation
66
===========
77

88
.. meta::
9-
:description: Learn to use aggregation operations in the MongoDB Node.js driver to create pipelines for data transformation and summarization.
9+
:description: Learn to use aggregation operations in the MongoDB Node.js Driver to create pipelines for data transformation and summarization.
1010

1111
.. contents:: On this page
1212
:local:

0 commit comments

Comments
 (0)