File tree Expand file tree Collapse file tree 7 files changed +42
-2
lines changed Expand file tree Collapse file tree 7 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ title = "MongoDB Compass"
4
4
intersphinx = [
5
5
" https://www.mongodb.com/docs/manual/objects.inv" ,
6
6
" https://www.mongodb.com/docs/database-tools/objects.inv" ,
7
- " https://www.mongodb.com/docs/mongodb-shell/objects.inv"
7
+ " https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
8
+ " https://www.mongodb.com/docs/atlas/objects.inv"
8
9
]
9
10
10
11
toc_landing_pages = [
@@ -28,6 +29,7 @@ toc_landing_pages = [
28
29
[constants ]
29
30
download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
30
31
current-version = " 1.39.3"
32
+ atlas = " MongoDB Atlas"
31
33
32
34
[[banners ]]
33
35
targets = [
@@ -47,6 +49,7 @@ value = """
47
49
"""
48
50
49
51
[substitutions ]
52
+ atlas = " MongoDB Atlas"
50
53
compass = " MongoDB Compass"
51
54
compass-short = " Compass"
52
55
sql = " :abbr:`SQL (Structured Query Language)`"
Original file line number Diff line number Diff line change
1
+ You can |page-topic | for deployments hosted in the following
2
+ environments:
3
+
4
+ .. include :: /includes/fact-environments.rst
Original file line number Diff line number Diff line change
1
+ To learn more about |link-topic-ing | for deployments hosted in MongoDB
2
+ Atlas, see |atlas-url |.
Original file line number Diff line number Diff line change
1
+ - `{+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
Original file line number Diff line number Diff line change @@ -10,7 +10,11 @@ Download and Install Compass
10
10
11
11
|compass| doesn't support virtual desktop environments.
12
12
13
- Select your operating system:
13
+ You can connect to your `{+atlas+} <https://www.mongodb.com/docs/atlas>`__
14
+ deployment with |compass|. {+atlas+} is the fully managed service for
15
+ MongoDB deployments in the cloud.
16
+
17
+ To download and install |compass|, select your operating system:
14
18
15
19
.. _software-reqs:
16
20
Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ documents which match the specified criteria. To learn more about
19
19
querying documents, see :manual:`Query Documents
20
20
</tutorial/query-documents/>` in the MongoDB manual.
21
21
22
+ Compatibility
23
+ -------------
24
+
25
+ .. |page-topic| replace:: query your data
26
+ .. |link-topic-ing| replace:: querying your data
27
+ .. |atlas-url| replace:: :atlas:`Find Specific Documents </atlas-ui/documents/#optional-specify-a-query-to-find-specific-documents>`
28
+
29
+ .. include:: /includes/fact-atlas-compatible.rst
30
+ .. include:: /includes/fact-atlas-link.rst
31
+
22
32
Set Query Filter
23
33
----------------
24
34
Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ Sort the Returned Documents
9
9
If the query bar displays the :guilabel:`Sort` option, you can specify
10
10
the sort order of the returned documents.
11
11
12
+ Compatibility
13
+ -------------
14
+
15
+ .. |page-topic| replace:: sort the returned documents
16
+ .. |link-topic-ing| replace:: sorting returned documents
17
+ .. |atlas-url| replace:: :atlas:`Sort Query Results </atlas-ui/documents/#sort-query-results>`
18
+
19
+ .. include:: /includes/fact-atlas-compatible.rst
20
+ .. include:: /includes/fact-atlas-link.rst
21
+
12
22
Set the Sort Order
13
23
------------------
14
24
You can’t perform that action at this time.
0 commit comments