File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Connection Guide
24
24
:titlesonly:
25
25
:maxdepth: 1
26
26
27
- Create a MongoClient <connect/mongoclient>
28
- Choose a Connection Target <connect/connection-targets>
27
+ Create a MongoClient </ connect/mongoclient>
28
+ Choose a Connection Target </ connect/connection-targets>
29
29
Connection Options </connect/specify-connection-options>
30
30
Connection Troubleshooting </connect/connection-troubleshooting>
31
31
Original file line number Diff line number Diff line change @@ -19,7 +19,12 @@ Modify Documents
19
19
:depth: 2
20
20
:class: singlecol
21
21
22
- .. TODO edit
22
+ .. toctree::
23
+ :caption: Update Documents
24
+
25
+ Replace Documents </crud/update/replace>
26
+ Update Arrays </crud/update/embedded-arrays>
27
+ Upsert </crud/update/upsert>
23
28
24
29
Overview
25
30
--------
@@ -312,7 +317,7 @@ following usage examples:
312
317
313
318
- :ref:`golang-update-one`
314
319
- :ref:`golang-update-many`
315
- - :ref:`golang-replace `
320
+ - :ref:`golang-replacement-document `
316
321
317
322
To learn more about the operations mentioned, see the following
318
323
guides:
You can’t perform that action at this time.
0 commit comments