Skip to content

Commit a2cd590

Browse files
committed
redirects for UEs + other fixes
(cherry picked from commit 91dc6fa)
1 parent c80e587 commit a2cd590

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

source/atlas-search.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ aggregation stage:
119119
:dedent:
120120

121121
Learn more about this helper from the
122-
`searchMeta() API documentation <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
122+
`searchMeta() API documentation <{+core-api+}/client/model/Aggregates.html#searchMeta(com.mongodb.client.model.search.SearchCollector)>`__.
123123

124124
.. _java-atlas-search-helpers:
125125

source/crud.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ CRUD Operations
1818
Collations </crud/collations>
1919
Large File Storage with GridFS </crud/gridfs>
2020
Configure Custom CRUD Settings </crud/crud-settings>
21+
22+
- :ref:`Insert Documents <java-fundamentals-insert>`
23+
- :ref:`Query Documents <java-read-operations>`
24+
- :ref:`Update Documents <java-fundamentals-update>`
25+
- :ref:`Replace Documents <java-replace-document>`
26+
- :ref:`Delete Documents <java-fundamentals-delete>`
27+
- :ref:`Bulk Operations <java-fundamentals-bulkwrite>`
28+
- :ref:`Compound Operations <java-compound-operations>`
29+
- :ref:`Transactions <java-fundamentals-transactions>`
30+
- :ref:`Collations <java-crud-collations>`
31+
- :ref:`Large File Storage with GridFS <java-crud-gridfs>`
32+
- :ref:`Configure Custom CRUD Settings <java-configure-custom-crud>`

source/crud/collations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
.. _java-crud-collations:
2+
13
==========
24
Collations
35
==========
46

5-
6-
77
.. contents:: On this page
88
:local:
99
:backlinks: none

source/crud/gridfs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _java-crud-gridfs:
2+
13
==============================
24
Large File Storage with GridFS
35
==============================

source/crud/query-documents.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Query Documents
2222
Search Text </crud/query-documents/text>
2323
Access Data from a Cursor </crud/query-documents/cursor>
2424

25-
26-
2725
- :ref:`Specify a Query <java-query>`
2826
- :ref:`Find Documents <java-fundamentals-retrieve-data>`
2927
- :ref:`Access Data from a Cursor <java-fundamentals-cursor>`

source/databases-collections.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Databases and Collections
55
=========================
66

7-
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none

0 commit comments

Comments
 (0)