Skip to content

Commit d07647f

Browse files
authored
DOCSP-37356: Update Retrieve guide Instruqt rST (#878)
* DOCSP-37356: Update Instruqt rST (Node) * add template * update lab description * JS feedback
1 parent 5d78623 commit d07647f

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

source/fundamentals/crud/read-operations/retrieve.txt

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ by calling the ``find()`` or ``findOne()`` method.
2929

3030
.. tip:: Interactive Lab
3131

32-
You can complete a short interactive lesson that demonstrates how to
33-
retrieve data by using the ``find()`` method in an in-browser coding
34-
experience. To learn more, see the :ref:`node-retrieve-instruqt-lab`
35-
section of this guide.
32+
This page includes a short interactive lab that demonstrates how to
33+
retrieve data by using the ``find()`` method. You can complete this lab
34+
directly in your browser window without installing MongoDB or a code editor.
35+
36+
To start the lab, click the :guilabel:`Open Interactive Tutorial` button at the
37+
top of the page. To expand the lab to a full-screen format, click the
38+
full-screen button (:guilabel:`⛶`) in the top-right corner of the lab pane.
3639

3740
You can also further specify the information that the find operation
3841
returns by specifying optional parameters or by chaining other methods,
@@ -235,17 +238,7 @@ For a runnable example of the ``watch()`` method, see the
235238

236239
.. _node-retrieve-instruqt-lab:
237240

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

0 commit comments

Comments
 (0)