Skip to content

Commit 9b06341

Browse files
committed
add to TOC
1 parent 5755a9b commit 9b06341

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

source/connect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Connection Guide
2424
:titlesonly:
2525
:maxdepth: 1
2626

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>
2929
Connection Options </connect/specify-connection-options>
3030
Connection Troubleshooting </connect/connection-troubleshooting>
3131

source/crud/update.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Modify Documents
1919
:depth: 2
2020
:class: singlecol
2121

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>
2328

2429
Overview
2530
--------
@@ -312,7 +317,7 @@ following usage examples:
312317

313318
- :ref:`golang-update-one`
314319
- :ref:`golang-update-many`
315-
- :ref:`golang-replace`
320+
- :ref:`golang-replacement-document`
316321

317322
To learn more about the operations mentioned, see the following
318323
guides:

0 commit comments

Comments
 (0)