File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,11 @@ intersphinx = [
7
7
]
8
8
9
9
toc_landing_pages = [
10
- " /connection" ,
11
10
" /connection/specify-connection-options" ,
12
11
" /crud/update-documents" ,
13
12
" /aggregation" ,
14
13
" /builders" ,
15
14
" /builders/aggregates" ,
16
- " /reference" ,
17
15
" /logging-monitoring" ,
18
16
" /api-documentation" ,
19
17
" /security" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Connection Guide
10
10
Specify Connection Options </connection/specify-connection-options>
11
11
Connection Troubleshooting </connection/connection-troubleshooting>
12
12
13
+ .. meta::
14
+ :robots: noindex
15
+
13
16
.. contents:: On this page
14
17
:local:
15
18
:backlinks: none
Original file line number Diff line number Diff line change 4
4
CRUD Operations
5
5
===============
6
6
7
+ .. meta::
8
+ :robots: noindex
9
+
7
10
.. toctree::
8
11
:caption: CRUD Operations
9
12
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Query Documents
6
6
7
7
.. meta::
8
8
:description: Learn about the commands for running read operations on MongoDB by using the {+driver-long+}.
9
+ :robots: noindex
9
10
10
11
.. toctree::
11
12
:caption: Query Documents
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Reference
4
4
5
5
.. meta::
6
6
:description: Find reference material related to the {+driver-long+}.
7
+ :robots: noindex
7
8
8
9
.. toctree::
9
10
:titlesonly:
You can’t perform that action at this time.
0 commit comments