Skip to content

Commit 789cda0

Browse files
[Backport v3.2] Add missing meta descriptions (#181)
Co-authored-by: Nick Larew <[email protected]>
1 parent 164fbfc commit 789cda0

Some content is hidden

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

67 files changed

+129
-0
lines changed

source/compatibility.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Compatibility
55
=============
66

7+
.. meta::
8+
:description: Check the compatibility of different MongoDB Rust Driver versions with MongoDB server versions and the minimum supported Rust version.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/connection-troubleshooting.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Connection Troubleshooting
1616

1717
.. meta::
1818
:keywords: code example, disconnected, deployment
19+
:description: Troubleshoot connection issues with the MongoDB Rust Driver, including server connection, authentication, and DNS resolution errors.
1920

2021
.. sharedinclude:: dbx/connection-troubleshooting.rst
2122

source/faq.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FAQ
1010

1111
.. meta::
1212
:keywords: code example, connection error, question, help
13+
:description: Find answers to common questions about the MongoDB Rust Driver, including connection pooling, BSON conversion, and handling trait bounds errors.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Fundamentals
55
============
66

7+
.. meta::
8+
:description: Explore tasks like connecting, authenticating, and performing operations with the MongoDB Rust Driver, including data conversion and performance optimization.
9+
710
.. toctree::
811
:titlesonly:
912
:maxdepth: 1

source/fundamentals/aggregation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Aggregation
1010

1111
.. meta::
1212
:keywords: pipeline, code example
13+
:description: Learn to perform aggregation operations in the MongoDB Rust Driver using aggregation pipelines to process and transform data in MongoDB collections.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/authentication.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Authentication Mechanisms
1010

1111
.. meta::
1212
:keywords: validate credentials, protocols, code example
13+
:description: Learn to use various authentication mechanisms with the MongoDB Rust Driver, including SCRAM, MONGODB-AWS, and MONGODB-X509.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/collations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Collations
1111

1212
.. meta::
1313
:keywords: string ordering, code example, french language
14+
:description: Learn how to use collations in the MongoDB Rust Driver to order query results by string values according to specific language and locale conventions.
1415

1516
.. contents:: On this page
1617
:local:

source/fundamentals/connections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connections
55
===========
66

7+
.. meta::
8+
:description: Explore how to configure connections to a MongoDB deployment using the Rust driver, including options for network compression and TLS.
9+
710
.. toctree::
811

912
Connection Guide </fundamentals/connections/connection-guide>

source/fundamentals/connections/connection-guide.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Connection Guide
1010

1111
.. meta::
1212
:keywords: access deployment, code example, authentication
13+
:description: Learn how to connect to a MongoDB instance or replica set using the Rust driver, including connection URI details and client creation methods.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/connections/connection-options.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connection Options
55
==================
66

7+
.. meta::
8+
:description: Explore MongoDB Rust Driver connection and authentication options, including TLS, to configure your client.
9+
710
Overview
811
--------
912

0 commit comments

Comments
 (0)