Skip to content

Commit 0890fc7

Browse files
author
Chris Cho
authored
DOCSP-11718: add ToC to fundamentals non-landing page (#124)
1 parent fe1fee7 commit 0890fc7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/fundamentals.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Fundamentals
44

55
.. default-domain:: mongodb
66

7+
- :doc:`Connection Guide </fundamentals/connection>`
8+
- :doc:`Authentication </fundamentals/authentication>`
9+
- :doc:`CRUD Operations </fundamentals/crud>`
10+
- :doc:`Promises and Callbacks </fundamentals/promises>`
11+
- :doc:`Indexes </fundamentals/indexes>`
12+
- :doc:`Collations </fundamentals/collations>`
13+
- :doc:`Logging </fundamentals/logging>`
14+
- :doc:`Monitoring </fundamentals/monitoring>`
15+
716
.. toctree::
817

918
/fundamentals/connection

source/usage-examples/delete-operations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Delete Operations
1313

1414
/usage-examples/deleteOne
1515
/usage-examples/deleteMany
16+

0 commit comments

Comments
 (0)