Skip to content

Commit 8374053

Browse files
nlarewrachel-mack
andauthored
Add missing meta descriptions (#235)
* Add missing meta descriptions * Apply suggestions from code review --------- Co-authored-by: Rachel Mackintosh <[email protected]>
1 parent 14380e9 commit 8374053

File tree

80 files changed

+238
-0
lines changed

Some content is hidden

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

80 files changed

+238
-0
lines changed

source/faq.txt

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

7+
.. meta::
8+
:description: Find solutions to common PHP extension installation errors, connection handling, and server selection failures when using the MongoDB PHP library.
9+
710

811
.. contents:: On this page
912
:local:

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB PHP Library
33
===================
44

5+
.. meta::
6+
:description: Explore the MongoDB PHP Library for high-level database operations, including installation, connection, data manipulation, and deployment on AWS Lambda.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/reference.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
API Documentation
33
=================
44

5+
.. meta::
6+
:description: Explore the MongoDB PHP library API reference for detailed information on available methods and classes.
7+
58

69
.. toctree::
710
:titlesonly:

source/reference/bson.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
BSON
33
====
44

5+
.. meta::
6+
:description: Understand how BSON documents and arrays are represented and serialized in the MongoDB PHP Library using BSONDocument and BSONArray classes.
7+
58

69
.. contents:: On this page
710
:local:

source/reference/class/MongoDBClient.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB\\Client Class
33
=====================
44

5+
.. meta::
6+
:description: Explore the MongoDB\Client class, which serves as the entry point for connecting to MongoDB servers and accessing databases and collections in the MongoDB PHP Library.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/reference/class/MongoDBCollection.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB\\Collection Class
33
=========================
44

5+
.. meta::
6+
:description: Explore methods for performing CRUD operations and index management with the MongoDB\Collection class in the MongoDB PHP Library.
7+
58

69
.. contents:: On this page
710
:local:

source/reference/class/MongoDBDatabase.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB\\Database Class
33
=======================
44

5+
.. meta::
6+
:description: Explore methods for database operations and collection management using the MongoDB\Database class in the MongoDB PHP Library.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/reference/class/MongoDBGridFSBucket.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB\\GridFS\\Bucket Class
33
=============================
44

5+
.. meta::
6+
:description: Explore the MongoDB\GridFS\Bucket class for managing file storage and retrieval in the MongoDB PHP Library using PHP Streams.
7+
58

69
.. contents:: On this page
710
:local:

source/reference/exception-classes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Exception Classes
33
=================
44

5+
.. meta::
6+
:description: Explore MongoDB\Exception classes in the MongoDB PHP Library, detailing their usage and inheritance.
7+
58

69
.. contents:: On this page
710
:local:

source/reference/method/MongoDBClient-addSubscriber.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
MongoDB\\Client::addSubscriber()
33
================================
44

5+
.. meta::
6+
:description: Register a monitoring event subscriber with a MongoDB Client to receive notifications of all events for that Client.
7+
58
.. versionadded:: 1.18
69

710

0 commit comments

Comments
 (0)