Skip to content

Commit 379df98

Browse files
authored
DOCSP-37357: Update Insert Documents Instruqt rST (#879)
1 parent d07647f commit 379df98

File tree

1 file changed

+8
-16
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+8
-16
lines changed

source/fundamentals/crud/write-operations/insert.txt

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ operations:
3434
- ``bulkWrite()``
3535

3636
.. tip:: Interactive Lab
37+
38+
This page includes a short interactive lab that demonstrates how to
39+
insert data by using the ``insertOne()`` method. You can complete this lab
40+
directly in your browser window without installing MongoDB or a code editor.
3741

38-
You can complete a short interactive lesson that demonstrates how to
39-
insert data by using the ``insertOne()`` method in an in-browser coding
40-
experience. To learn more, see the :ref:`node-insert-instruqt-lab`
41-
section of this guide.
42+
To start the lab, click the :guilabel:`Open Interactive Tutorial` button at the
43+
top of the page. To expand the lab to a full-screen format, click the
44+
full-screen button (:guilabel:`⛶`) in the top-right corner of the lab pane.
4245

4346
The following sections focus on ``insertOne()`` and ``insertMany()``. For an
4447
example on how to use the ``bulkWrite()`` method, see our runnable :doc:`Bulk
@@ -239,17 +242,6 @@ section, see the following resources:
239242

240243
.. _node-insert-instruqt-lab:
241244

242-
Complete an Interactive Lesson
243-
------------------------------
244-
245-
This lab helps you understand how to perform insert operations in MongoDB
246-
by using the ``insertOne()`` method. You can complete this lab directly in
247-
your browser window without installing MongoDB or a code editor.
248-
249-
.. tip::
250-
251-
To expand the lab to a full-screen format, click the full-screen
252-
button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
253-
254245
.. instruqt:: /mongodb-docs/tracks/insert-node?token=em_S6rjcmIzxGB4Sz_y
255246
:title: insertOne() Lesson
247+
:drawer:

0 commit comments

Comments
 (0)