Skip to content

Commit fd90215

Browse files
(DOCSP-19651): Add 'on this page' to CRUD pages
1 parent 2909bc5 commit fd90215

9 files changed

+54
-75
lines changed

source/tutorial/insert-documents.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Insert Documents
1313
:description: Insert documents using MongoDB. Creates collection upon first insert.
1414
:keywords: insert documents, create documents, insert into collection, create collection
1515

16+
.. contents:: On this page
17+
:local:
18+
:backlinks: none
19+
:depth: 1
20+
1621
----------
1722

1823
.. |arrow| unicode:: U+27A4

source/tutorial/project-fields-from-query-results.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Project Fields to Return from Query
1111

1212
.. default-domain:: mongodb
1313

14+
.. contents:: On this page
15+
:local:
16+
:backlinks: none
17+
:depth: 1
18+
1419
----------
1520

1621
.. |arrow| unicode:: U+27A4

source/tutorial/query-array-of-documents.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Query an Array of Embedded Documents
1313
:description: MongoDB Manual - how to query an array of documents, how to query an array of nested documents, how to query an array of embedded documents.
1414
:keywords: array of nested documents, array of embedded documents, array of documents, nested documents, array index, select, array, array elements, array items
1515

16+
.. contents:: On this page
17+
:local:
18+
:backlinks: none
19+
:depth: 1
20+
1621
----------
1722

1823
.. |arrow| unicode:: U+27A4

source/tutorial/query-arrays.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Query an Array
1313
:description: MongoDB Manual - How to query an array: query on the array field as a whole, check if element in array, query for array element, query if field in array, query by array size.
1414
:keywords: array, array elements, array items, queries, select, MongoDB Manual, query an array, query for items in array
1515

16+
.. contents:: On this page
17+
:local:
18+
:backlinks: none
19+
:depth: 1
20+
1621
----------
1722

1823
.. |arrow| unicode:: U+27A4

source/tutorial/query-documents.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Query Documents
1414
:description: MongoDB Manual. How do I query documents, query top level fields, perform equality match, query with query operators, specify compound query conditions.
1515
:keywords: query, select from collection, select all, select conditions, filters, select where, criteria, greater than, less than, MongoDB Manual
1616

17+
.. contents:: On this page
18+
:local:
19+
:backlinks: none
20+
:depth: 1
21+
1722
----------
1823

1924
.. |arrow| unicode:: U+27A4

source/tutorial/query-embedded-documents.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Query on Embedded/Nested Documents
1414
:description: MongoDB Manual: How to query on embedded documents/nested documents/subdocuments/nested fields. Query/select by embedded documents/nested fields/subdocuments.
1515
:keywords: filter on embedded documents, nested documents, subdocuments, nested fields, field is embedded document, queries, select, MongoDB, greater than, logical AND, compound conditions, select from collection
1616

17+
.. contents:: On this page
18+
:local:
19+
:backlinks: none
20+
:depth: 1
21+
1722
----------
1823

1924
.. |arrow| unicode:: U+27A4

source/tutorial/query-for-null-fields.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Query for Null or Missing Fields
99

1010
.. default-domain:: mongodb
1111

12+
.. contents:: On this page
13+
:local:
14+
:backlinks: none
15+
:depth: 1
16+
1217
----------
1318

1419
.. |arrow| unicode:: U+27A4

0 commit comments

Comments
 (0)