File tree Expand file tree Collapse file tree 8 files changed +17
-12
lines changed Expand file tree Collapse file tree 8 files changed +17
-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 @@ -84,7 +84,7 @@ Reference
84
84
:ref:`metadata-system-collections`
85
85
Describes the collections that MongoDB reserves for internal use.
86
86
87
- :ref:`mongo`
87
+ :ref:`mongo <mongo> `
88
88
Documentation of JavaScript methods and helpers in
89
89
the legacy :binary:`~bin.mongo` shell.
90
90
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/csfle-connection-boilerplate-example.rst
186
186
Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ following parameters:
173
173
to :binary:`~bin.mongosh` using the :option:`--eval
174
174
<mongosh --eval>` option. This minimizes the chances of credentials
175
175
leaking into logs. See
176
- :ref:`qe-field-level-encryption-data-key-create` for examples of
176
+ :ref:`Create a Data Key
177
+ <qe-field-level-encryption-data-key-create>` for examples of
177
178
this approach for each supported KMS.
178
179
179
180
Amazon Web Services KMS
Original file line number Diff line number Diff line change 76
76
type 13 </reference/bson-types/>`) or String (i.e. :doc:`BSON
77
77
type 2 </reference/bson-types/>`).
78
78
79
- See :ref:`mapreduce-map-mtd` for more information.
79
+ See :ref:`Requirements for the map Function <mapreduce-map-mtd>`
80
+ for more information.
80
81
81
82
82
83
90
91
</reference/bson-types/>`) or String (i.e. :doc:`BSON type 2
91
92
</reference/bson-types/>`).
92
93
93
- See :ref:`mapreduce-reduce-mtd` for more information.
94
+ See :ref:`Requirements for the reduce Function
95
+ <mapreduce-reduce-mtd>` for more information.
94
96
95
97
96
98
@@ -130,7 +132,8 @@ The following table describes additional arguments that
130
132
performing map-reduce operations on the primary members of the set;
131
133
on :term:`secondary` members you may only use the ``inline`` output.
132
134
133
- See :ref:`mapreduce-out-mtd` for more information.
135
+ See :ref:`out Options <mapreduce-out-mtd>` for more information.
136
+
134
137
135
138
136
139
@@ -173,7 +176,8 @@ The following table describes additional arguments that
173
176
JavaScript (i.e. :doc:`BSON type 13 </reference/bson-types/>`)
174
177
or String (i.e. :doc:`BSON type 2 </reference/bson-types/>`).
175
178
176
- See :ref:`mapreduce-finalize-mtd` for more information.
179
+ See :ref:`Requirements for the finalize Function
180
+ <mapreduce-finalize-mtd>` for more information.
177
181
178
182
179
183
Original file line number Diff line number Diff line change @@ -4255,11 +4255,10 @@ Sharding Parameters
4255
4255
4256
4256
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
4257
4257
4258
+ .. include:: /includes/health-manager-short-names.rst
4258
4259
4259
4260
.. _health-manager-parameters:
4260
4261
4261
- .. include:: /includes/health-manager-short-names.rst
4262
-
4263
4262
Health Manager Parameters
4264
4263
~~~~~~~~~~~~~~~~~~~~~~~~~
4265
4264
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