File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ toc_landing_pages = [
18
18
" /crud/query" ,
19
19
" /crud/update" ,
20
20
" /crud/transactions" ,
21
- " /monitoring-and-logging" ,
22
- " /monitoring-and-logging/monitoring"
21
+ " /monitoring-and-logging"
23
22
]
24
23
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
25
24
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ data stored in MongoDB.
38
38
- :ref:`node-bulk-write`
39
39
- :ref:`node-crud-compound-operations`
40
40
- :ref:`node-transactions`
41
- - :ref:`node-configure`
42
41
- :ref:`node-pkfactory`
43
42
- :ref:`node-gridfs`
44
43
- :ref:`node-crud-write-read-pref`
Original file line number Diff line number Diff line change 1
1
.. _node-fundamentals-bulk:
2
+ .. _node-bulk-write:
2
3
3
4
===============
4
5
Bulk Operations
Original file line number Diff line number Diff line change 1
1
.. _node-fundamentals-delete:
2
+ .. _node-delete:
2
3
3
4
================
4
5
Delete Documents
Original file line number Diff line number Diff line change 1
1
.. _node-read-operations:
2
+ .. _node-query:
2
3
3
- ===============
4
+ ================
4
5
Query Operations
5
- ===============
6
+ ================
6
7
7
8
.. meta::
8
9
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ Overview
20
20
Learn how to set up monitoring and logging for your application in the following
21
21
sections:
22
22
23
- - :doc:`/monitoring-and-logging/ monitoring`
23
+ - :ref:`Monitoring <node-cluster- monitoring> `
24
24
- :doc:`/monitoring-and-logging/logging`
25
25
- :doc:`/monitoring-and-logging/change-streams`
You can’t perform that action at this time.
0 commit comments