Skip to content

Commit 509f42b

Browse files
authored
Revert "Add missing meta descriptions (#235)"
This reverts commit 8374053.
1 parent 8374053 commit 509f42b

File tree

80 files changed

+0
-238
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

+0
-238
lines changed

source/faq.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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-
107

118
.. contents:: On this page
129
:local:

source/index.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
.. contents:: On this page
96
:local:
107
:backlinks: none

source/reference.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85

96
.. toctree::
107
:titlesonly:

source/reference/bson.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85

96
.. contents:: On this page
107
:local:

source/reference/class/MongoDBClient.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
.. contents:: On this page
96
:local:
107
:backlinks: none

source/reference/class/MongoDBCollection.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85

96
.. contents:: On this page
107
:local:

source/reference/class/MongoDBDatabase.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
.. contents:: On this page
96
:local:
107
:backlinks: none

source/reference/class/MongoDBGridFSBucket.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85

96
.. contents:: On this page
107
:local:

source/reference/exception-classes.txt

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

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

96
.. contents:: On this page
107
:local:

source/reference/method/MongoDBClient-addSubscriber.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
.. versionadded:: 1.18
96

107

0 commit comments

Comments
 (0)