Skip to content

Commit cf1432a

Browse files
added a list of available usage examples (#216)
1 parent 747b11a commit cf1432a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/usage-examples.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,16 @@ usage example. If your instance uses :manual:`SCRAM authentication
7171
address or URL of your instance. Consult the
7272
:doc:`Connection Guide </fundamentals/connection>` for more information
7373
about getting connected to your MongoDB instance.
74+
75+
Available Usage Examples
76+
------------------------
77+
78+
- :doc:`Find Operations </usage-examples/find-operations>`
79+
- :doc:`Insert Operations </usage-examples/insert-operations>`
80+
- :doc:`Update Operations </usage-examples/update-and-replace-operations>`
81+
- :doc:`Delete Operations </usage-examples/delete-operations>`
82+
- :doc:`Count Documents </usage-examples/count>`
83+
- :doc:`Retrieve Distinct Values of a Field </usage-examples/distinct>`
84+
- :doc:`Run a Command </usage-examples/command>`
85+
- :doc:`Watch for Changes </usage-examples/changeStream>`
86+
- :doc:`Perform Bulk Operations </usage-examples/bulkWrite>`

0 commit comments

Comments
 (0)