From 56063efb31f13bf1ab131b563ad752a0c1922d6a Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Tue, 6 May 2025 14:43:02 -0400 Subject: [PATCH 1/3] Update snooty.toml --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 638b4c24..3dc79b8e 100644 --- a/snooty.toml +++ b/snooty.toml @@ -35,7 +35,7 @@ mdb-server = "MongoDB Server" mongo-community = "MongoDB Community Edition" mongo-enterprise = "MongoDB Enterprise Edition" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.) -docs-branch = "master" +docs-branch = "v3.4" version-number = "3.4" last-version-2-number = "2.30" version = "v{+version-number+}" From a730cf025f6e017844519a5ae78a7c7d9d09bde2 Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Tue, 6 May 2025 14:43:27 -0400 Subject: [PATCH 2/3] use sharedincludes in compat --- source/compatibility.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/compatibility.txt b/source/compatibility.txt index 935ebcc8..6e78a10a 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -30,7 +30,7 @@ The first column lists the driver version. .. sharedinclude:: dbx/compatibility-table-legend.rst -.. include:: /includes/mongodb-compatibility-table-csharp.rst +.. sharedinclude:: dbx/mongodb-compatibility-table-csharp.rst Language Compatibility ---------------------- @@ -40,7 +40,7 @@ The following compatibility table specifies the recommended version of the The first column lists the driver version. -.. include:: /includes/language-compatibility-table-csharp.rst +.. sharedinclude:: dbx/language-compatibility-table-csharp.rst For more information on how to read the compatibility tables, see our guide on :ref:`MongoDB Compatibility Tables. ` From 0a7e234ea4a2bfac311657a79359928251f508fa Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Tue, 6 May 2025 17:54:52 -0400 Subject: [PATCH 3/3] typo --- source/whats-new.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/whats-new.txt b/source/whats-new.txt index cebe8a7f..21ed81e6 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -56,7 +56,7 @@ improvements, and fixes: - Adds support for the ``KeyValuePair.Create()`` LINQ method. -- Add the ``GeoNear()`` aggregation builder method to construct a +- Adds the ``GeoNear()`` aggregation builder method to construct a ``$geoNear`` aggregation stage. - Supports casting from an interface to a type that implements that