Skip to content

Commit 2cb4fc5

Browse files
committed
(DOCSP-32334) Revamps to include Atlas mention for Atlas Top 250 initiative.
1 parent 7df0a4c commit 2cb4fc5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

source/reference/insert-methods.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,28 @@ MongoDB provides the following methods for inserting :ref:`documents
99

1010
.. list-table::
1111
:widths: 35 65
12+
:header-rows: 0
1213

1314
* - :method:`db.collection.insertOne()`
14-
- Inserts a single :ref:`document <bson-document-format>` into a
15-
collection.
15+
- Inserts a single :ref:`document <bson-document-format>` into a collection.
1616

1717
* - :method:`db.collection.insertMany()`
1818
- Inserts multiple :ref:`documents <bson-document-format>` into a
1919
collection.
2020

21+
If you use {+atlas+}, the fully managed service for MongoDB deployments
22+
in the cloud, you can use these methods to insert documents after
23+
:atlas:`connecting to your cluster </tutorial/connect-to-your-cluster>`.
24+
To learn more, see :atlas:`Insert and View a Document </tutorial/insert-data-into-your-cluster>`
25+
in the {+atlas+} documentation.
26+
2127
.. _additional-inserts:
2228

2329
Additional Methods for Inserts
2430
------------------------------
2531

26-
The following methods can also add new documents to a collection:
32+
The following methods can also add new documents to a collection, including collections
33+
hosted in {+atlas+}:
2734

2835
- :method:`db.collection.updateOne()` when used with the ``upsert:
2936
true`` option.

0 commit comments

Comments
 (0)