File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,16 @@ usage example. If your instance uses :manual:`SCRAM authentication
71
71
address or URL of your instance. Consult the
72
72
:doc:`Connection Guide </fundamentals/connection>` for more information
73
73
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>`
You can’t perform that action at this time.
0 commit comments