Skip to content

Commit 523fea1

Browse files
authored
Merge pull request #4808 from erabil-mdb/DOCSP-32334b
(DOCSP-32334) Revamps to include Atlas mention for Atlas Top 250 initiative.
2 parents 7df0a4c + 770b67e commit 523fea1

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

source/reference/insert-methods.txt

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

1010
.. list-table::
1111
:widths: 35 65
12+
:header-rows: 1
13+
14+
* - Method
15+
- Description
1216

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

1720
* - :method:`db.collection.insertMany()`
1821
- Inserts multiple :ref:`documents <bson-document-format>` into a
1922
collection.
2023

24+
If you use {+atlas+}, the fully managed service for MongoDB deployments
25+
in the cloud, you can use these methods to insert documents after
26+
you connect to your cluster.
27+
To learn more, see the following resources in the
28+
{+atlas+} documentation:
29+
30+
- :atlas:`Connect to Your Cluster
31+
</tutorial/connect-to-your-cluster>`
32+
- :atlas:`Insert and View a Document
33+
</tutorial/insert-data-into-your-cluster>`
34+
2135
.. _additional-inserts:
2236

2337
Additional Methods for Inserts
2438
------------------------------
2539

26-
The following methods can also add new documents to a collection:
40+
The following methods can also add new documents to a collection,
41+
including collections hosted in {+atlas+}:
2742

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

0 commit comments

Comments
 (0)