Skip to content

Commit ad7c8db

Browse files
committed
DOCSP-37358: Modify guide Instruqt updates (#880)
(cherry picked from commit 42882cf)
1 parent 4d3cbf4 commit ad7c8db

File tree

1 file changed

+9
-17
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+9
-17
lines changed

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

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ The {+driver-short+} provides the following methods to change documents:
2727
- ``replaceOne()``
2828

2929
.. tip:: Interactive Lab
30+
31+
This page includes a short interactive lab that demonstrates how to
32+
modify data by using the ``updateMany()`` method. You can complete this lab
33+
directly in your browser window without installing MongoDB or a code editor.
3034

31-
You can complete a short interactive lesson that demonstrates how to
32-
modify data by using the ``updateMany()`` method in an in-browser coding
33-
experience. To learn more, see the :ref:`node-update-instruqt-lab`
34-
section of this guide.
35+
To start the lab, click the :guilabel:`Open Interactive Tutorial` button at the
36+
top of the page. To expand the lab to a full-screen format, click the
37+
full-screen button (:guilabel:`⛶`) in the top-right corner of the lab pane.
3538

3639
.. _updateDocuments:
3740

@@ -220,17 +223,6 @@ for more information on :manual:`unique indexes </core/index-unique/>`.
220223

221224
.. _node-update-instruqt-lab:
222225

223-
Complete an Interactive Lesson
224-
------------------------------
225-
226-
This lab helps you understand how to perform update operations in MongoDB
227-
by using the ``updateMany()`` method. You can complete this lab directly in
228-
your browser window without installing MongoDB or a code editor.
229-
230-
.. tip::
231-
232-
To expand the lab to a full-screen format, click the full-screen
233-
button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
234-
235226
.. instruqt:: /mongodb-docs/tracks/update-node?token=em_FEr9KfMh4WQ0VosU
236-
:title: updateMany() Lesson
227+
:title: updateMany() Lesson
228+
:drawer:

0 commit comments

Comments
 (0)