File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ toc_landing_pages = [
15
15
" /data-formats" ,
16
16
" /connect/connection-options" ,
17
17
" /crud" ,
18
- " /crud/query" ,
19
18
" /crud/update" ,
20
19
" /crud/transactions" ,
21
20
" /monitoring-and-logging"
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Monitoring
14
14
.. toctree::
15
15
:caption: CRUD Operations
16
16
17
- Clusters </monitoring-and-logging/monitoring/cluster-monitoring>
18
- Commands </monitoring-and-logging/monitoring/command-monitoring>
17
+ Cluster </monitoring-and-logging/monitoring/cluster-monitoring>
18
+ Command </monitoring-and-logging/monitoring/command-monitoring>
19
19
Connection Pool </monitoring-and-logging/monitoring/connection-monitoring>
20
20
21
21
- :doc:`Cluster Monitoring </monitoring-and-logging/monitoring/cluster-monitoring>`: monitoring
Original file line number Diff line number Diff line change @@ -8,12 +8,10 @@ Authentication
8
8
.. meta::
9
9
:description: Authenticate using the MongoDB Node.js Driver with various supported authentication mechanisms.
10
10
11
- .. default-domain:: mongodb
12
-
13
11
.. toctree::
14
12
15
- Authentication </authentication/mechanisms>
16
- Enterprise Authentication </authentication/enterprise-mechanisms>
13
+ Authentication <security /authentication/mechanisms>
14
+ Enterprise Authentication <security /authentication/enterprise-mechanisms>
17
15
18
16
Overview
19
17
--------
You can’t perform that action at this time.
0 commit comments