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+}" 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. ` 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