Skip to content

Commit f4f144a

Browse files
author
Chris Cho
authored
DOCSP-11514: add links to read and write operation non-landing pages (#118)
1 parent b38643d commit f4f144a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

source/fundamentals/crud/read-operations.txt

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

55
.. default-domain:: mongodb
66

7+
- :doc:`/fundamentals/crud/read-operations/retrieve`
8+
- :doc:`/fundamentals/crud/read-operations/cursor`
9+
- :doc:`/fundamentals/crud/read-operations/sort`
10+
- :doc:`/fundamentals/crud/read-operations/skip`
11+
- :doc:`/fundamentals/crud/read-operations/limit`
12+
- :doc:`/fundamentals/crud/read-operations/project`
13+
- :doc:`/fundamentals/crud/read-operations/geo`
14+
- :doc:`/fundamentals/crud/read-operations/text`
15+
716
.. toctree::
817
:caption: Read Operations
918

source/fundamentals/crud/write-operations.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Write Operations
44

55
.. default-domain:: mongodb
66

7+
- :doc:`/fundamentals/crud/write-operations/insert`
8+
- :doc:`/fundamentals/crud/write-operations/delete`
9+
- :doc:`/fundamentals/crud/write-operations/change-a-document`
10+
- :doc:`/fundamentals/crud/write-operations/embedded-arrays`
11+
- :doc:`/fundamentals/crud/write-operations/upsert`
12+
713
.. toctree::
814
:caption: Write Operations
915

0 commit comments

Comments
 (0)