@@ -27,11 +27,14 @@ The {+driver-short+} provides the following methods to change documents:
27
27
- ``replaceOne()``
28
28
29
29
.. 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.
30
34
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.
35
38
36
39
.. _updateDocuments:
37
40
@@ -220,17 +223,6 @@ for more information on :manual:`unique indexes </core/index-unique/>`.
220
223
221
224
.. _node-update-instruqt-lab:
222
225
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
-
235
226
.. instruqt:: /mongodb-docs/tracks/update-node?token=em_FEr9KfMh4WQ0VosU
236
- :title: updateMany() Lesson
227
+ :title: updateMany() Lesson
228
+ :drawer:
0 commit comments