Skip to content

Commit 60daa64

Browse files
committed
CC, JA, LM feedback
1 parent 9859db9 commit 60daa64

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

source/style-guide/information-types/prototypes/reference.txt

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,41 @@ Compatibility
3232

3333
Optional.
3434

35-
A list of MongoDB deployment types that support the referenced method, operator,
35+
A list of MongoDB editions that support the referenced method, operator,
3636
or database command:
3737

3838
- `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_: The fully managed service
3939
for MongoDB deployments in the cloud
4040

4141
.. note::
4242

43-
If the command is supported on Atlas, specify whether it's available in all
44-
clusters, has limited support for some clusters, or is not available in
45-
specific clusters. If there are limitations to which clusters support the
46-
command, direct users to the
47-
:atlas:`Unsupported Commands </unsupported-commands>` page.
43+
If Atlas supports the command or functionality, specify a level of
44+
compatibility such as one of the following:
4845

49-
- `MongoDB Community <https://www.mongodb.com/try/download/community>`_: The
50-
source-available, free-to-use, and self-managed version of MongoDB
46+
- Available in all clusters
47+
- Available only in certain clusters
48+
- Available in no clusters
49+
50+
To see an example, see `aggregate Compatibility <https://www.mongodb.com/docs/v7.3/reference/command/aggregate/#compatibility>`__.
5151

5252
- `MongoDB Enterprise <http://www.mongodb.com/products/mongodb-enterprise-advanced>`_:
5353
The subscription-based, self-managed version of MongoDB
5454

55+
- `MongoDB Community <https://www.mongodb.com/try/download/community>`_: The
56+
source-available, free-to-use, and self-managed version of MongoDB
57+
58+
.. tip::
59+
60+
On the MongoDB Server documentation, you can use the following includes for
61+
the list of supported MongoDB editions:
62+
63+
- ``.. include:: /includes/fact-environments-atlas-only.rst``
64+
- ``.. include:: /includes/fact-environments-onprem-only.rst``
65+
66+
On the MongoDB Drivers documentation, you can use
67+
``.. sharedinclude:: dbx/platform-support/atlas-connect-compatible-deployment.rst``.
68+
69+
5570
Syntax
5671
------
5772

0 commit comments

Comments
 (0)