Skip to content

Commit f047160

Browse files
authored
Backports DOCSP-32334 to v4.4 (#4839)
* (DOCSP-32334) Revamps to include Atlas mention for Atlas Top 250 initiative. * (Revises per copy reviews.
1 parent b9b33f1 commit f047160

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,10 +9,13 @@ MongoDB provides the following methods for inserting :ref:`documents
99

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

13-
* - :method:`db.collection.insertOne()`
14+
* - Method
15+
- Description
1416

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

1720
* - :method:`db.collection.insertMany()`
1821

@@ -24,12 +27,24 @@ MongoDB provides the following methods for inserting :ref:`documents
2427
- :method:`db.collection.insert()` inserts a single document or
2528
multiple documents into a collection.
2629

30+
If you use {+atlas+}, the fully managed service for MongoDB deployments
31+
in the cloud, you can use these methods to insert documents after
32+
you connect to your cluster.
33+
To learn more, see the following resources in the
34+
{+atlas+} documentation:
35+
36+
- :atlas:`Connect to Your Cluster
37+
</tutorial/connect-to-your-cluster>`
38+
- :atlas:`Insert and View a Document
39+
</tutorial/insert-data-into-your-cluster>`
40+
2741
.. _additional-inserts:
2842

2943
Additional Methods for Inserts
3044
------------------------------
3145

32-
The following methods can also add new documents to a collection:
46+
The following methods can also add new documents to a collection,
47+
including collections hosted in {+atlas+}:
3348

3449
- :method:`db.collection.update()` when used with the ``upsert: true``
3550
option.

0 commit comments

Comments
 (0)