From 6f060acb8c41bfe2049a3576b552b9d3718d7322 Mon Sep 17 00:00:00 2001 From: Kailie Yuan Date: Tue, 26 Sep 2023 08:48:42 -0700 Subject: [PATCH 1/2] Adds compatibility info to landing page --- source/includes/fact-environments.rst | 7 +++++++ source/index.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 source/includes/fact-environments.rst diff --git a/source/includes/fact-environments.rst b/source/includes/fact-environments.rst new file mode 100644 index 000000000..0cae4338e --- /dev/null +++ b/source/includes/fact-environments.rst @@ -0,0 +1,7 @@ +- `MongoDB Atlas + `__: The fully + managed service for MongoDB deployments in the cloud +- :ref:`MongoDB Enterprise `: The + subscription-based, self-managed version of MongoDB +- :ref:`MongoDB Community `: The + source-available, free-to-use, and self-managed version of MongoDB diff --git a/source/index.txt b/source/index.txt index 5665ef15c..6da9782cc 100644 --- a/source/index.txt +++ b/source/index.txt @@ -46,6 +46,13 @@ If your Java application requires asynchronous stream processing, use the :driver:`Reactive Streams Driver ` which uses Reactive Streams to make non-blocking calls to MongoDB. +Compatibility +------------- + +You can use the Java driver to connect to deployments hosted in the +following environments: + +.. include:: /includes/fact-environments.rst Quick Start ----------- From cc74e7f7327c122a8ca9fcf65478a3b4ec1a2f25 Mon Sep 17 00:00:00 2001 From: Kailie Yuan Date: Tue, 26 Sep 2023 10:46:21 -0700 Subject: [PATCH 2/2] MW suggestion --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 6da9782cc..e195d642d 100644 --- a/source/index.txt +++ b/source/index.txt @@ -49,7 +49,7 @@ Streams to make non-blocking calls to MongoDB. Compatibility ------------- -You can use the Java driver to connect to deployments hosted in the +You can use the {+driver-short+} to connect to deployments hosted in the following environments: .. include:: /includes/fact-environments.rst