From e24ac7355d4478857aa810ea47fe4baec2db4ca1 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Fri, 10 Nov 2023 14:23:51 -0500 Subject: [PATCH 1/2] DOCSP-33957: Alas but one fixes --- source/about-compatibility.txt | 6 +++++- source/includes/driver-compatibility-caveat.rst | 2 +- source/includes/stable-api-notice.rst | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/source/about-compatibility.txt b/source/about-compatibility.txt index 5b5dbc8a2..f79b15458 100644 --- a/source/about-compatibility.txt +++ b/source/about-compatibility.txt @@ -4,6 +4,10 @@ MongoDB Compatibility Tables ============================ +.. facet:: + :name: genre + :values: reference + We include compatibility tables for each version of the driver to guide your decisions on what versions you need to ensure your environment remains fully operational. @@ -13,7 +17,7 @@ We maintain the following tables for each driver: - :ref:`MongoDB compatibility ` - :ref:`Language compatibility ` -Read the sections below for detailed explanations of each table. +Read the following sections for explanations of these tables. .. _mongodb-compatibility-tables: diff --git a/source/includes/driver-compatibility-caveat.rst b/source/includes/driver-compatibility-caveat.rst index 1da5d4293..070537c55 100644 --- a/source/includes/driver-compatibility-caveat.rst +++ b/source/includes/driver-compatibility-caveat.rst @@ -1,7 +1,7 @@ .. note:: The compatibility matrices show which versions of the driver are - recommended for use with a given major release. Older driver versions + recommended for use with a given major release. Earlier driver versions may be able to connect to a version of MongoDB which is not recommended for that driver version; however, not all server features will be available. diff --git a/source/includes/stable-api-notice.rst b/source/includes/stable-api-notice.rst index f2d66b46e..4b05892e3 100644 --- a/source/includes/stable-api-notice.rst +++ b/source/includes/stable-api-notice.rst @@ -1,5 +1,5 @@ .. note:: - Starting from Feburary 2022, the **Versioned API** is known as the **{+stable-api+}**. + Starting from February 2022, the **Versioned API** is known as the **{+stable-api+}**. All concepts and features remain the same with this naming change. From 9ff69fbefd4489512cc7f5a1ac4c6b7d600dc6ce Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Fri, 10 Nov 2023 14:37:06 -0500 Subject: [PATCH 2/2] revert change to unused file --- source/includes/driver-compatibility-caveat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/driver-compatibility-caveat.rst b/source/includes/driver-compatibility-caveat.rst index 070537c55..1da5d4293 100644 --- a/source/includes/driver-compatibility-caveat.rst +++ b/source/includes/driver-compatibility-caveat.rst @@ -1,7 +1,7 @@ .. note:: The compatibility matrices show which versions of the driver are - recommended for use with a given major release. Earlier driver versions + recommended for use with a given major release. Older driver versions may be able to connect to a version of MongoDB which is not recommended for that driver version; however, not all server features will be available.