File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments