@@ -32,26 +32,41 @@ Compatibility
32
32
33
33
Optional.
34
34
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,
36
36
or database command:
37
37
38
38
- `MongoDB Atlas <https://docs.atlas.mongodb.com/>`_: The fully managed service
39
39
for MongoDB deployments in the cloud
40
40
41
41
.. note::
42
42
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:
48
45
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>`__.
51
51
52
52
- `MongoDB Enterprise <http://www.mongodb.com/products/mongodb-enterprise-advanced>`_:
53
53
The subscription-based, self-managed version of MongoDB
54
54
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
+
55
70
Syntax
56
71
------
57
72
0 commit comments