Skip to content

Commit

Permalink
DOCSP-32298 adds compatibility info to landing and connection page
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuan-mongodb authored Sep 26, 2023
1 parent a5c7317 commit 2337519
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/fundamentals/connection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Connection Guide
This guide shows you how to connect to a MongoDB instance or replica set
deployment using the Go Driver.

-------------
Compatibility
-------------

You can use the {+driver-short+} to connect to deployments hosted in the
following environments:

.. include:: /includes/fact-environments.rst

.. _golang-connection-uri:

--------------
Expand Down
7 changes: 7 additions & 0 deletions source/includes/fact-environments.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- `MongoDB Atlas
<https://www.mongodb.com/docs/atlas>`__: The fully
managed service for MongoDB deployments in the cloud
- :ref:`MongoDB Enterprise <install-mdb-enterprise>`: The
subscription-based, self-managed version of MongoDB
- :ref:`MongoDB Community <install-mdb-community-edition>`: The
source-available, free-to-use, and self-managed version of MongoDB
8 changes: 8 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ You can add the driver to your application to work with MongoDB in Go.
Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
or set up a runnable project by following our Quick Start guide.

Compatibility
-------------

You can use the {+driver-short+} to connect to deployments hosted in the
following environments:

.. include:: /includes/fact-environments.rst

Quick Start
-----------

Expand Down

0 comments on commit 2337519

Please sign in to comment.