Skip to content

Commit

Permalink
nr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Dec 15, 2023
1 parent 7c3f0fe commit 11eaee2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ toc_landing_pages = [
"/use-cases",
"/ruby-drivers",
"/csharp-drivers",
"/other-document-dbs",
]

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
Expand Down
10 changes: 6 additions & 4 deletions source/cosmosdb-support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ makes it easy to use Azure Cosmos DB as if it were a MongoDB database.
With Azure Cosmos DB, you can run the same application code and use the same drivers
and tools that you use with MongoDB.

Though Azure Cosmos DB for MongoDB implements MongoDB's
Azure Cosmos DB for MongoDB implements MongoDB's
`Wire Protocol <https://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/>`__
to allow MongoDB's `drivers <https://www.mongodb.com/docs/drivers/>`__ to connect and
interact with Cosmos DB as though it were a MongoDB host, this
implementation has limitations.
interact with Cosmos DB as though it were a MongoDB host. However, this
implementation has limitations, as outlined in the Compatibility section of this page.
.

Version Information
-------------------
Expand Down Expand Up @@ -65,8 +66,9 @@ To learn more about Azure Cosmos DB's compatibility with MongoDB v4.2,
see Microsoft's `Azure Cosmos DB for MongoDB (4.2 server version): Supported features and syntax <https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/feature-support-42>`__
documentation.

For the most current compatibility status between Azure Cosmos DB and MongoDB, see
For the most current compatibility status between Azure Cosmos DB and MongoDB, see the
`Is Cosmos DB Compatible with MongoDB Atlas? <https://www.iscosmosdbreallymongodb.com/>`__
website.

Support
-------
Expand Down
3 changes: 2 additions & 1 deletion source/documentdb-support.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ see the following AWS documentation:
- `Functional Differences: Amazon DocumentDB and MongoDB <https://docs.aws.amazon.com/documentdb/latest/developerguide/functional-differences.html>`__
- `Supported MongoDB APIs, Operations, and Data Types <https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html>`__

For the most current compatibility status between Amazon DocumentDB and MongoDB, see
For the most current compatibility status between Amazon DocumentDB and MongoDB, see the
`Is Amazon DocumentDB Compatible with MongoDB Atlas? <https://www.isdocumentdbreallymongodb.com/>`__
website.

Support
-------
Expand Down

0 comments on commit 11eaee2

Please sign in to comment.