Skip to content

Commit a7240b1

Browse files
committed
monitoring edits
1 parent 6f97446 commit a7240b1

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

snooty.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ toc_landing_pages = [
1818
"/crud/query",
1919
"/crud/update",
2020
"/crud/transactions",
21-
"/monitoring-and-logging",
22-
"/monitoring-and-logging/monitoring"
21+
"/monitoring-and-logging"
2322
]
2423
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
2524

source/crud.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ data stored in MongoDB.
3838
- :ref:`node-bulk-write`
3939
- :ref:`node-crud-compound-operations`
4040
- :ref:`node-transactions`
41-
- :ref:`node-configure`
4241
- :ref:`node-pkfactory`
4342
- :ref:`node-gridfs`
4443
- :ref:`node-crud-write-read-pref`

source/crud/bulk-write.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _node-fundamentals-bulk:
2+
.. _node-bulk-write:
23

34
===============
45
Bulk Operations

source/crud/delete.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _node-fundamentals-delete:
2+
.. _node-delete:
23

34
================
45
Delete Documents

source/crud/query.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.. _node-read-operations:
2+
.. _node-query:
23

3-
===============
4+
================
45
Query Operations
5-
===============
6+
================
67

78
.. meta::
89
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.

source/monitoring-and-logging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Overview
2020
Learn how to set up monitoring and logging for your application in the following
2121
sections:
2222

23-
- :doc:`/monitoring-and-logging/monitoring`
23+
- :ref:`Monitoring <node-cluster-monitoring>`
2424
- :doc:`/monitoring-and-logging/logging`
2525
- :doc:`/monitoring-and-logging/change-streams`

0 commit comments

Comments
 (0)