Skip to content

Commit 9343154

Browse files
DOCSP-32260 adds atlas centric cta to pages (#547)
* adds atlas centric cta to pages
1 parent a1d603b commit 9343154

File tree

7 files changed

+42
-2
lines changed

7 files changed

+42
-2
lines changed

snooty.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title = "MongoDB Compass"
44
intersphinx = [
55
"https://www.mongodb.com/docs/manual/objects.inv",
66
"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"
89
]
910

1011
toc_landing_pages = [
@@ -28,6 +29,7 @@ toc_landing_pages = [
2829
[constants]
2930
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
3031
current-version = "1.39.3"
32+
atlas = "MongoDB Atlas"
3133

3234
[[banners]]
3335
targets = [
@@ -47,6 +49,7 @@ value = """
4749
"""
4850

4951
[substitutions]
52+
atlas = "MongoDB Atlas"
5053
compass = "MongoDB Compass"
5154
compass-short = "Compass"
5255
sql = ":abbr:`SQL (Structured Query Language)`"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
You can |page-topic| for deployments hosted in the following
2+
environments:
3+
4+
.. include:: /includes/fact-environments.rst

source/includes/fact-atlas-link.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
To learn more about |link-topic-ing| for deployments hosted in MongoDB
2+
Atlas, see |atlas-url|.

source/includes/fact-environments.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

source/install.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ Download and Install Compass
1010

1111
|compass| doesn't support virtual desktop environments.
1212

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:
1418

1519
.. _software-reqs:
1620

source/query/filter.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ documents which match the specified criteria. To learn more about
1919
querying documents, see :manual:`Query Documents
2020
</tutorial/query-documents/>` in the MongoDB manual.
2121

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+
2232
Set Query Filter
2333
----------------
2434

source/query/sort.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Sort the Returned Documents
99
If the query bar displays the :guilabel:`Sort` option, you can specify
1010
the sort order of the returned documents.
1111

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+
1222
Set the Sort Order
1323
------------------
1424

0 commit comments

Comments
 (0)