Skip to content

Commit 43be34f

Browse files
author
Chris Cho
authored
DOCSP-10565: add atlas ad (#112)
* DOCSP-10565: add atlas mention and update referrer code
1 parent c59d23f commit 43be34f

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

source/fundamentals/connection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Format </reference/connection-string/#standard-connection-string-format>`.
2828
.. note::
2929

3030
If your deployment is on MongoDB Atlas, follow the
31-
:atlas:`Atlas driver connection guide <driver-connection>` to retrieve your
32-
connection string.
31+
:atlas:`Atlas driver connection guide <driver-connection?tck=docs_driver_nodejs>`
32+
to retrieve your connection string.
3333

3434
The next part of the connection string contains your username and password
3535
if you are using password-based authentication. Replace the value of ``user``

source/fundamentals/crud/read-operations/text.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ The ``$text`` query operator requires that you specify the search field in
1919
a **text index** on your collection. See the examples below for sample
2020
code for creating a text index and using the ``$text`` query operator.
2121

22-
22+
.. include:: /includes/atlas-search.rst
23+
2324
Examples
2425
--------
2526

source/includes/atlas-search.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. note::
2+
3+
:atlas:`Atlas Search <atlas-search?tck=docs_driver_nodejs>` makes it easy
4+
to build fast, relevance-based search capabilities on top of your MongoDB
5+
data. Try it today on
6+
`MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_driver_nodejs>`__,
7+
our fully managed database as a service.

source/quick-start.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Set up a Free Tier Cluster in Atlas
9898

9999
After installing the Node MongoDB driver, create a MongoDB instance to store
100100
and manage your data. Complete the
101-
:atlas:`Get Started with Atlas <getting-started>` guide to set up a new
102-
Atlas account, free tier cluster (MongoDB instance), load datasets, and
103-
interact with the data.
101+
:atlas:`Get Started with Atlas <getting-started?tck=docs_driver_nodejs>` guide
102+
to set up a new Atlas account, free tier cluster (MongoDB instance), load
103+
datasets, and interact with the data.
104104

105105
After completing the steps in the Atlas guide, you should have a new MongoDB
106106
cluster deployed in Atlas, a new database user, and sample datasets loaded

source/usage-examples.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ operations. Each example provides:
3434
How to Use the Usage Examples
3535
-----------------------------
3636

37-
These examples use the :atlas:`MongoDB Atlas sample data <sample-data>`
37+
These examples use the
38+
:atlas:`MongoDB Atlas sample data <sample-data?tck=docs_driver_nodejs>`
3839
database. You can use this sample data on the free tier
3940
of MongoDB Atlas by following the :atlas:`Get Started with Atlas
40-
<getting-started/#atlas-getting-started>` guide or you can
41-
:guides:`import the sample dataset into a local MongoDB instance
41+
<getting-started/#atlas-getting-started?tck=docs_driver_nodejs>` guide or you
42+
can :guides:`import the sample dataset into a local MongoDB instance
4243
</server/import>`.
4344

4445
Once you have imported the dataset, you can copy and paste a usage
@@ -61,6 +62,6 @@ Atlas and find the :manual:`connection string
6162
usage example. If your instance uses :manual:`SCRAM authentication
6263
</core/security-scram/>`, you can replace ``<user>`` with your username,
6364
``<password>`` with your password, and ``<cluster-url>`` with the IP
64-
address or URL of your instance. Consult the
65-
:doc:`Connection Guide </fundamentals/connection>` for more information
65+
address or URL of your instance. Consult the
66+
:doc:`Connection Guide </fundamentals/connection>` for more information
6667
about getting connected to your MongoDB instance.

0 commit comments

Comments
 (0)