Skip to content

Commit 1bc5de1

Browse files
committed
crud landing
1 parent bfb8f71 commit 1bc5de1

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

snooty.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ intersphinx = [
99
toc_landing_pages = [
1010
"/connection",
1111
"/connection/specify-connection-options",
12-
"/crud",
1312
"/crud/update-documents",
1413
"/aggregation",
1514
"/builders",

source/crud.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,3 @@ CRUD Operations
1818
Collations </crud/collations>
1919
Large File Storage with GridFS </crud/gridfs>
2020
Configure Custom CRUD Settings </crud/crud-settings>
21-
22-
CRUD (Create, Read, Update, Delete) operations enable you to work with
23-
data stored in MongoDB.
24-
25-
- :ref:`Query Documents <java-read-operations>` find and return
26-
documents stored in your database.
27-
- :ref:`Write Operations <java-write-operations>` insert, modify,
28-
or delete documents in your database.
29-
30-
Some operations combine aspects of read and write operations. See our
31-
guide on :ref:`compound operations <java-compound-operations>`
32-
to learn more about these hybrid methods.

source/crud/update-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ documents. They apply changes specified in an update document to one or more
3131
documents that match your query filter.
3232

3333
To learn how to updated embedded arrays or to update or insert in a
34-
single query, see the following pages:
34+
single operation, see the following pages:
3535

3636
- :doc:`/crud/update-documents/embedded-arrays`
3737
- :doc:`/crud/update-documents/upsert`

0 commit comments

Comments
 (0)