Skip to content

Commit 161f045

Browse files
DOCSP-32298 adds compatibility info to landing and connection page (#291)
1 parent 6a52425 commit 161f045

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

source/fundamentals/connection.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ Connection Guide
1919
This guide shows you how to connect to a MongoDB instance or replica set
2020
deployment using the Go Driver.
2121

22+
-------------
23+
Compatibility
24+
-------------
25+
26+
You can use the {+driver-short+} to connect to deployments hosted in the
27+
following environments:
28+
29+
.. include:: /includes/fact-environments.rst
30+
2231
.. _golang-connection-uri:
2332

2433
--------------

source/includes/fact-environments.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- `MongoDB Atlas
2+
<https://www.mongodb.com/docs/atlas>`__: The fully
3+
managed service for MongoDB deployments in the cloud
4+
- :ref:`MongoDB Enterprise <install-mdb-enterprise>`: The
5+
subscription-based, self-managed version of MongoDB
6+
- :ref:`MongoDB Community <install-mdb-community-edition>`: The
7+
source-available, free-to-use, and self-managed version of MongoDB

source/index.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ You can add the driver to your application to work with MongoDB in Go.
3535
Download it using `go get <https://pkg.go.dev/cmd/go/internal/get>`__
3636
or set up a runnable project by following our Quick Start guide.
3737

38+
Compatibility
39+
-------------
40+
41+
You can use the {+driver-short+} to connect to deployments hosted in the
42+
following environments:
43+
44+
.. include:: /includes/fact-environments.rst
45+
3846
Quick Start
3947
-----------
4048

0 commit comments

Comments
 (0)