Skip to content

Commit 237eb6e

Browse files
committed
DOCSP-16017 fix nextgen version directive indentation errors
1 parent 3cc7d3c commit 237eb6e

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. versionchanged:: 3.4
22

3-
This method aliases to |method| in MongoDB 3.4. The functionality specified
4-
below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding
5-
<zone-sharding>` as the successor to tag-aware sharding.
3+
This method aliases to |method| in MongoDB 3.4. The functionality specified
4+
below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding
5+
<zone-sharding>` as the successor to tag-aware sharding.

source/reference/command/addShardToZone.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Definition
1717

1818
.. versionadded:: 3.4
1919

20-
Associates a shard with a :term:`zone`. MongoDB associates this shard with
21-
the given zone. Chunks that are covered by the zone are assigned to shards
22-
associated with the zone.
20+
Associates a shard with a :term:`zone`. MongoDB associates this shard with
21+
the given zone. Chunks that are covered by the zone are assigned to shards
22+
associated with the zone.
2323

24-
.. |command| replace:: ``addShardToZone``
24+
.. |command| replace:: ``addShardToZone``
2525

2626
Syntax
2727
------

source/reference/configuration-options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,9 +2880,9 @@ Key Management Configuration Options
28802880

28812881
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
28822882

2883-
The password used to bind to an LDAP server when using
2884-
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
2885-
:setting:`~security.ldap.bind.queryUser`.
2883+
The password used to bind to an LDAP server when using
2884+
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
2885+
:setting:`~security.ldap.bind.queryUser`.
28862886

28872887
If unset, :binary:`~bin.mongod` or :binary:`~bin.mongos` will not attempt to bind to the LDAP server.
28882888

source/reference/method/db.createUser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ Definition
209209

210210
.. versionchanged:: 4.0
211211

212-
The default value is ``"server"``. In earlier versions, the
213-
default value is ``"client"``.
212+
The default value is ``"server"``. In earlier versions, the
213+
default value is ``"client"``.
214214

215215

216216

source/reference/method/db.updateUser.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Definition
214214

215215
.. versionchanged:: 4.0
216216

217-
The default value is ``"server"``. In earlier versions, the
218-
default value is ``"client"``.
217+
The default value is ``"server"``. In earlier versions, the
218+
default value is ``"client"``.
219219

220220

221221

source/reference/program/mongo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Options
9494

9595
.. admonition:: Starting in version 4.2
9696

97-
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
97+
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
9898

9999
Core Options
100100
~~~~~~~~~~~~

source/reference/program/mongod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -975,9 +975,9 @@ LDAP Authentication or Authorization Options
975975

976976
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
977977

978-
The password used to bind to an LDAP server when using
979-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
980-
:option:`--ldapQueryUser`.
978+
The password used to bind to an LDAP server when using
979+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
980+
:option:`--ldapQueryUser`.
981981

982982
If unset, :program:`mongod` will not attempt to bind to the LDAP server.
983983

source/reference/program/mongoldap.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ Options
230230

231231
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
232232

233-
The password used to bind to an LDAP server when using
234-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
235-
:option:`--ldapQueryUser`.
233+
The password used to bind to an LDAP server when using
234+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
235+
:option:`--ldapQueryUser`.
236236

237237
If unset, :program:`mongoldap` will not attempt to bind to the LDAP server.
238238

source/reference/program/mongos.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,9 +1728,9 @@ LDAP Authentication and Authorization Options
17281728

17291729
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
17301730

1731-
The password used to bind to an LDAP server when using
1732-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1733-
:option:`--ldapQueryUser`.
1731+
The password used to bind to an LDAP server when using
1732+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1733+
:option:`--ldapQueryUser`.
17341734

17351735
If unset, :program:`mongos` will not attempt to bind to the LDAP server.
17361736

0 commit comments

Comments
 (0)