Skip to content

Commit 53aab95

Browse files
authored
Merge branch 'master' into odm-og-article-comment
2 parents 13426d0 + 7a0573d commit 53aab95

11 files changed

+24
-0
lines changed

source/about-compatibility.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
MongoDB Compatibility Tables
55
============================
66

7+
.. meta::
8+
:description: Explore compatibility tables for MongoDB drivers, detailing server, language, and component compatibility to ensure operational environments.
9+
710
.. facet::
811
:name: genre
912
:values: reference

source/cosmosdb-support.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Azure Cosmos DB Compatibility
1212

1313
.. meta::
1414
:keywords: microsoft, support
15+
:description: Explore how Azure Cosmos DB for MongoDB allows using MongoDB drivers and tools, with limitations in compatibility and feature support.
1516

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

source/documentdb-support.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Amazon DocumentDB Compatibility
1212

1313
.. meta::
1414
:keywords: AWS, support
15+
:description: Explore the limited compatibility of Amazon DocumentDB with MongoDB features, commands, query operators, and aggregation stages.
1516

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

source/kotlin-drivers.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
MongoDB Kotlin Drivers
55
======================
66

7+
.. meta::
8+
:description: Explore options for integrating MongoDB with Kotlin applications using Coroutine or Sync drivers.
9+
710
.. toctree::
811
:titlesonly:
912

source/motor.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Motor (Async Driver)
1414

1515
.. meta::
1616
:keywords: Python async, Stable API, local connection, atlas, code example
17+
:description: Explore Motor, the async Python driver for MongoDB, with installation guides, connection examples, and compatibility details.
1718

1819
.. contents:: On this page
1920
:local:

source/other-document-dbs.txt

+4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
Other Document Database Compatibility
33
=====================================
44

5+
.. meta::
6+
:description: Explore compatibility information between MongoDB and other document databases like Amazon DocumentDB and Azure Cosmos DB.
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1
811

912
/documentdb-support
1013
/cosmosdb-support
14+
/odm
1115

1216
See the following pages for information about other document databases' compatibility
1317
with MongoDB:

source/php-frameworks/symfony.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Symfony MongoDB Integration
1010

1111
.. meta::
1212
:keywords: php framework, doctrine odm, web app
13+
:description: Build a PHP web application using Symfony with MongoDB integration, leveraging Doctrine ODM for object-document mapping and querying.
1314

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

source/php-libraries.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ PHP Libraries, Frameworks, and Tools
1414

1515
.. meta::
1616
:keywords: plugins, document mapper, tools, third party
17+
:description: Explore PHP libraries, frameworks, and tools for integrating MongoDB, including Doctrine MongoDB ODM, Laravel, Symfony, and Yii2.
1718

1819
.. contents:: On this page
1920
:local:

source/ruby-drivers.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
MongoDB Ruby Driver
55
===================
66

7+
.. meta::
8+
:description: Explore the MongoDB Ruby Driver and Mongoid ODM for integrating MongoDB with Ruby applications.
9+
710
.. toctree::
811
:titlesonly:
912

source/swift.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
MongoDB Swift Driver
55
====================
66

7+
.. meta::
8+
:description: Explore how to use the MongoDB Swift driver to connect to MongoDB, noting its compatibility and installation options.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/typescript.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
TypeScript
55
==========
66

7+
.. meta::
8+
:description: Explore how to use TypeScript with the Node.js Driver for MongoDB applications.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

0 commit comments

Comments
 (0)