Skip to content

Commit 3192979

Browse files
authored
(DOCSP-8705) Add Atlas CTA to Compass (#246)
* (DOCSP-8705) Add Atlas CTA to Compass * Wrap at 72 * Wording * Update note, move to own file * Wrap at 72 * Change word
1 parent 61c8ae3 commit 3192979

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed

source/connect.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ This page outlines how to use |compass| to connect to a
1616
MongoDB host. You can connect to a standalone, replica set,
1717
or sharded cluster host.
1818

19+
.. admonition:: MongoDB Atlas
20+
:class: note
21+
22+
If you need to create a MongoDB host, consider using
23+
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_compass>`__.
24+
Atlas is a cloud-hosted database-as-a-service which requires no
25+
installation, offers a free tier to get started, and provides a
26+
copyable URI to easily connect |compass-short| to your deployment.
27+
1928
If you need to install |compass-short|, see
2029
:ref:`download-install` for instructions.
2130

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. admonition:: Try Compass with Sample Data
2+
:class: note
3+
4+
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_compass>`__
5+
is a cloud-hosted database-as-a-service that
6+
provides free :atlas:`sample datasets </sample-data/>` for your
7+
clusters. You can use |compass-short| to explore and interact with
8+
these sample datasets.

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ exploring your data in a visual environment, you can also use
2424
:ref:`manage indexes <compass-indexes>`, and implement
2525
:ref:`document validation <validation>`.
2626

27+
.. include:: /includes/atlas-sample-data-note.rst
28+
2729
.. _compass-and-community-eds:
2830

2931
Available |compass-short| Editions

source/manage-data.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Interact with Your Data
44

55
.. default-domain:: mongodb
66

7+
.. include:: /includes/atlas-sample-data-note.rst
8+
79
.. include:: /includes/toc/dfn-list-manage-data.rst
810

911
.. class:: hidden

0 commit comments

Comments
 (0)