File tree Expand file tree Collapse file tree 9 files changed +25
-12
lines changed Expand file tree Collapse file tree 9 files changed +25
-12
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ Examples
72
72
--------
73
73
74
74
The following examples show how |HMS| can be configured. For
75
- information on |HM| parameters, see :ref:`health-manager-parameters`.
75
+ information on |HM| parameters, see :ref:`Health Manager Parameters
76
+ <health-manager-parameters>`.
76
77
77
78
Intensity
78
79
~~~~~~~~~
Original file line number Diff line number Diff line change 1
1
.. |HM | replace :: Health Manager
2
2
.. |HMS | replace :: Health Managers
3
- .. |HMREF | replace :: :ref: `<health-managers-overview >`
3
+ .. |HMREF | replace :: :ref: `Health Managers Overview <health-managers-overview >`
Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ Reference
82
82
83
83
:doc:`/reference/stable-api`
84
84
Describes the Stable API.
85
+
86
+ :ref:`metadata-system-collections`
87
+ Describes the collections that MongoDB reserves for internal use.
88
+
89
+ :ref:`mongo <mongo>`
90
+ Documentation of JavaScript methods and helpers in
91
+ the legacy :binary:`~bin.mongo` shell.
85
92
86
93
.. seealso::
87
94
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ The following example is intended for rapid evaluation of
180
180
client-side field level encryption. For specific examples of using
181
181
:method:`KeyVault.createKey()` with each supported
182
182
:abbr:`KMS (Key Management Service)` provider, see
183
- :ref:`qe-field-level-encryption-data-key-create`.
183
+ :ref:`Create a Data Key < qe-field-level-encryption-data-key-create> `.
184
184
185
185
.. include:: /includes/extracts/csfle-connection-boilerplate.rst
186
186
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ following parameters:
167
167
to :binary:`~bin.mongosh` using the :option:`--eval
168
168
<mongosh --eval>` option. This minimizes the chances of credentials
169
169
leaking into logs. See
170
- :ref:`qe-field-level-encryption-data-key-create` for examples of
170
+ :ref:`Create a Data Key
171
+ <qe-field-level-encryption-data-key-create>` for examples of
171
172
this approach for each supported KMS.
172
173
173
174
Amazon Web Services KMS
Original file line number Diff line number Diff line change 78
78
type 13 </reference/bson-types/>`) or String (i.e. :doc:`BSON
79
79
type 2 </reference/bson-types/>`).
80
80
81
- See :ref:`mapreduce-map-mtd` for more information.
81
+ See :ref:`Requirements for the map Function <mapreduce-map-mtd>`
82
+ for more information.
82
83
83
84
84
85
92
93
</reference/bson-types/>`) or String (i.e. :doc:`BSON type 2
93
94
</reference/bson-types/>`).
94
95
95
- See :ref:`mapreduce-reduce-mtd` for more information.
96
+ See :ref:`Requirements for the reduce Function
97
+ <mapreduce-reduce-mtd>` for more information.
96
98
97
99
98
100
@@ -132,7 +134,8 @@ The following table describes additional arguments that
132
134
performing map-reduce operations on the primary members of the set;
133
135
on :term:`secondary` members you may only use the ``inline`` output.
134
136
135
- See :ref:`mapreduce-out-mtd` for more information.
137
+ See :ref:`out Options <mapreduce-out-mtd>` for more information.
138
+
136
139
137
140
138
141
@@ -175,7 +178,8 @@ The following table describes additional arguments that
175
178
JavaScript (i.e. :doc:`BSON type 13 </reference/bson-types/>`)
176
179
or String (i.e. :doc:`BSON type 2 </reference/bson-types/>`).
177
180
178
- See :ref:`mapreduce-finalize-mtd` for more information.
181
+ See :ref:`Requirements for the finalize Function
182
+ <mapreduce-finalize-mtd>` for more information.
179
183
180
184
181
185
Original file line number Diff line number Diff line change @@ -4302,11 +4302,10 @@ Sharding Parameters
4302
4302
4303
4303
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
4304
4304
4305
+ .. include:: /includes/health-manager-short-names.rst
4305
4306
4306
4307
.. _health-manager-parameters:
4307
4308
4308
- .. include:: /includes/health-manager-short-names.rst
4309
-
4310
4309
Health Manager Parameters
4311
4310
~~~~~~~~~~~~~~~~~~~~~~~~~
4312
4311
Original file line number Diff line number Diff line change @@ -134,12 +134,13 @@ Read Your Own Writes
134
134
135
135
.. include:: /includes/fact-read-own-writes.rst
136
136
137
- .. _disable-read-concern-majority:
138
137
139
138
140
139
.. If you change this headline please also change the redirect that
141
140
.. links from #disable-read-concern-majority to this headline.
142
141
142
+ .. _disable-read-concern-majority:
143
+
143
144
Primary-Secondary-Arbiter Replica Sets
144
145
--------------------------------------
145
146
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The procedure is as follows:
31
31
:ref:`convert-add-initial-shard`.
32
32
33
33
#. Create a second shard and add to the cluster. See
34
- :ref:`convert-add-second-shard`.
34
+ :ref:`Add Second Shard < convert-add-second-shard> `.
35
35
36
36
#. Shard the desired collection. See :ref:`convert-shard-collection`.
37
37
You can’t perform that action at this time.
0 commit comments