Skip to content

Commit 1524c6b

Browse files
committed
DOCSP-15373 NextGen fixes postmerge predeploy
1 parent 01e3cfd commit 1524c6b

File tree

212 files changed

+415
-534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+415
-534
lines changed

source/administration/configuration.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,9 @@ Use descriptive names for sets. Once configured, use the
239239
:binary:`~bin.mongo` shell to add hosts to the replica set.
240240

241241
.. seealso::
242+
242243
:ref:`Replica set reconfiguration
243-
<replica-set-reconfiguration-usage>`.
244+
<replica-set-reconfiguration-usage>`
244245

245246
To enable authentication for the :term:`replica set` using
246247
:ref:`keyfiles <internal-auth-keyfile>` , add the following
@@ -256,6 +257,7 @@ specifies a keyfile for the replica set member to use when
256257
authenticating to each other.
257258

258259
.. seealso::
260+
259261
The :ref:`Replica Set Security <replica-set-security>` section for
260262
information on configuring authentication with replica sets.
261263

source/appendix/security/appendixB-openssl-server.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,5 @@ B. Generate the Test PEM File for Server
227227
.. seealso::
228228

229229
- :ref:`appendix-ca-certificate`
230-
231230
- :ref:`appendix-client-certificate`
232-
233231
- :ref:`x509-member-certificate`

source/applications/data-models.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ Data Model Examples and Patterns
1313
:depth: 1
1414
:class: singlecol
1515

16-
.. seealso:: Building with Patterns Blog Series
16+
.. seealso::
1717

1818
For additional patterns and use cases, see also: `Building with
1919
Patterns
2020
<https://www.mongodb.com/blog/post/building-with-patterns-a-summary>`_
2121

22-
2322
.. /tutorial/model-tree-structures.txt is just a composite page that
2423
includes all the tree structure pages for easy overview.
2524

source/core/aggregation-pipeline-optimization.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,5 @@ MongoDB increases the :pipeline:`$limit` amount with the reordering.
420420

421421
.. seealso::
422422

423-
424423
:method:`explain <db.collection.aggregate()>` option in the
425424
:method:`db.collection.aggregate()`

source/core/authentication-mechanisms-enterprise.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ information.
7575

7676
.. seealso::
7777

78-
- :doc:`/core/security-ldap`,
79-
80-
- :doc:`/tutorial/configure-ldap-sasl-openldap` and
81-
82-
- :doc:`/tutorial/configure-ldap-sasl-activedirectory`.
78+
- :doc:`/core/security-ldap`
79+
- :doc:`/tutorial/configure-ldap-sasl-openldap`
80+
- :doc:`/tutorial/configure-ldap-sasl-activedirectory`
8381

8482
.. toctree::
8583
:titlesonly:

source/core/index-intersection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ system.
133133

134134
.. seealso::
135135

136-
:doc:`compound indexes </core/index-compound>`,
137-
:ref:`compound-key-indexes`
136+
- :doc:`compound indexes </core/index-compound>`
137+
- :ref:`compound-key-indexes`
138138

139139
.. _index-intersection-sort:
140140

source/core/index-sparse.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ the ``score`` field:
200200

201201
.. seealso::
202202

203-
:method:`~cursor.explain()` and :doc:`/tutorial/analyze-query-plan`
203+
- :method:`~cursor.explain()`
204+
- :doc:`/tutorial/analyze-query-plan`
204205

205206

206207
Sparse Index with Unique Constraint

source/core/index-unique.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ the collection since the index enforces uniqueness for the
9898

9999
.. seealso::
100100

101-
:ref:`unique-separate-documents` and :ref:`unique-index-and-missing-field`
101+
- :ref:`unique-separate-documents`
102+
- :ref:`unique-index-and-missing-field`
102103

103104
Behavior
104105
--------

source/core/journaling.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ kB are buffered.
7575
hard shutdown of :binary:`~bin.mongod`.
7676

7777
.. seealso::
78+
7879
The :dbcommand:`serverStatus` command returns information on the
7980
WiredTiger journal statistics in the :serverstatus:`wiredTiger.log`
8081
field.

source/core/query-optimization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Restrictions on Indexed Fields
189189

190190
.. seealso::
191191

192-
:ref:`multikey-covering`
192+
:ref:`multikey-covering`
193193

194194
.. _covered-index-sharded-collection:
195195

0 commit comments

Comments
 (0)