From 82129b4c7c0e7f25f09b55d59fa07670e61b45b3 Mon Sep 17 00:00:00 2001 From: kyuan-mongodb <78768401+kyuan-mongodb@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:34:53 -0400 Subject: [PATCH] DOCSP-32300 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..e195d642d 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 {+driver-short+} to connect to deployments hosted in the +following environments: + +.. include:: /includes/fact-environments.rst Quick Start -----------