File tree Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Expand file tree Collapse file tree 9 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Examples
72
72
--------
73
73
74
74
The following examples show how |HMS| can be configured. For
75
- details , see :ref:`Health Manager Parameters
75
+ information on |HM| parameters , see :ref:`Health Manager Parameters
76
76
<health-manager-parameters>`.
77
77
78
78
Intensity
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 @@ -86,7 +86,7 @@ Reference
86
86
:ref:`metadata-system-collections`
87
87
Describes the collections that MongoDB reserves for internal use.
88
88
89
- :ref:`mongo`
89
+ :ref:`mongo <mongo> `
90
90
Documentation of JavaScript methods and helpers in
91
91
the legacy :binary:`~bin.mongo` shell.
92
92
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 75
75
specify the function as :ref:`BSON type <bson-types>` JavaScript
76
76
(BSON Type 13) or String (BSON Type 2).
77
77
78
- See :ref:`mapreduce-map-mtd` for more information.
78
+ See :ref:`Requirements for the map Function <mapreduce-map-mtd>`
79
+ for more information.
79
80
80
81
81
82
88
89
the function as BSON type JavaScript (BSON Type 13) or String
89
90
(BSON Type 2).
90
91
91
- See :ref:`mapreduce-reduce-mtd` for more information.
92
+ See :ref:`Requirements for the reduce Function
93
+ <mapreduce-reduce-mtd>` for more information.
92
94
93
95
94
96
@@ -128,7 +130,8 @@ The following table describes additional arguments that
128
130
performing map-reduce operations on the primary members of the set;
129
131
on :term:`secondary` members you may only use the ``inline`` output.
130
132
131
- See :ref:`mapreduce-out-mtd` for more information.
133
+ See :ref:`out Options <mapreduce-out-mtd>` for more information.
134
+
132
135
133
136
134
137
@@ -170,7 +173,8 @@ The following table describes additional arguments that
170
173
the ``reduce`` function. You can specify the function as BSON type
171
174
JavaScript (BSON Type 13) or String (BSON Type 2).
172
175
173
- See :ref:`mapreduce-finalize-mtd` for more information.
176
+ See :ref:`Requirements for the finalize Function
177
+ <mapreduce-finalize-mtd>` for more information.
174
178
175
179
176
180
Original file line number Diff line number Diff line change @@ -114,6 +114,6 @@ See Also
114
114
115
115
- :group:`$first`
116
116
117
- - :group:`last`
117
+ - :group:`$ last`
118
118
119
119
- :ref:`agg-quick-ref-operator-array`
Original file line number Diff line number Diff line change @@ -4307,11 +4307,10 @@ Sharding Parameters
4307
4307
4308
4308
mongod --setParameter findChunksOnConfigTimeoutMS=1000000
4309
4309
4310
+ .. include:: /includes/health-manager-short-names.rst
4310
4311
4311
4312
.. _health-manager-parameters:
4312
4313
4313
- .. include:: /includes/health-manager-short-names.rst
4314
-
4315
4314
Health Manager Parameters
4316
4315
~~~~~~~~~~~~~~~~~~~~~~~~~
4317
4316
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