Skip to content

Commit a4c46a1

Browse files
committed
crud landing page
1 parent 3b41410 commit a4c46a1

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

source/fundamentals/crud.txt

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1-
2-
====
3-
CRUD
4-
====
1+
===============
2+
CRUD Operations
3+
===============
54

65
.. default-domain:: mongodb
76

87
.. toctree::
8+
:caption: CRUD Operations
99
:titlesonly:
1010
:maxdepth: 1
1111

12-
/fundamentals/crud/read
13-
12+
CRUD (Create, Read, Update, Delete) operations allow you to work with
13+
the data stored in MongoDB.
14+
15+
The CRUD operation documentation is categorized in two sections:
16+
17+
..
18+
- :doc:`Read Operations </fundamentals/crud/read>` find and return
19+
documents stored within your MongoDB database.
20+
- :doc:`Write Operations </fundamentals/crud/write>` insert, modify,
21+
or delete documents in your MongoDB database.
22+
23+
..
24+
Some operations combine aspects of read and write operations. See our
25+
guide on :doc:`compound operations </fundamentals/crud/compound-operations>`
26+
to learn more about these hybrid methods.

0 commit comments

Comments
 (0)