From 11eaee2fcf1dd2213628fa94e1d8b8df43432473 Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Fri, 15 Dec 2023 12:49:32 -0600 Subject: [PATCH] nr feedback --- snooty.toml | 1 + source/cosmosdb-support.txt | 10 ++++++---- source/documentdb-support.txt | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/snooty.toml b/snooty.toml index ec6861676..72b459fbc 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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"] diff --git a/source/cosmosdb-support.txt b/source/cosmosdb-support.txt index 9471233d6..c43c5f856 100644 --- a/source/cosmosdb-support.txt +++ b/source/cosmosdb-support.txt @@ -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 `__ to allow MongoDB's `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 ------------------- @@ -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 `__ 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? `__ +website. Support ------- diff --git a/source/documentdb-support.txt b/source/documentdb-support.txt index 01f41948f..5295603aa 100644 --- a/source/documentdb-support.txt +++ b/source/documentdb-support.txt @@ -77,8 +77,9 @@ see the following AWS documentation: - `Functional Differences: Amazon DocumentDB and MongoDB `__ - `Supported MongoDB APIs, Operations, and Data Types `__ -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? `__ +website. Support -------