Skip to content

Commit 62b5189

Browse files
committed
DOCSP-16017 fix nextgen version directive indentation errors
1 parent ca4f538 commit 62b5189

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
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
@@ -2252,9 +2252,9 @@ Key Management Configuration Options
22522252

22532253
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
22542254

2255-
The password used to bind to an LDAP server when using
2256-
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
2257-
:setting:`~security.ldap.bind.queryUser`.
2255+
The password used to bind to an LDAP server when using
2256+
:setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with
2257+
:setting:`~security.ldap.bind.queryUser`.
22582258

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

source/reference/method/db.createUser.txt

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

196196
.. versionchanged:: 4.0
197197

198-
The default value is ``"server"``. In earlier versions, the
199-
default value is ``"client"``.
198+
The default value is ``"server"``. In earlier versions, the
199+
default value is ``"client"``.
200200

201201

202202

source/reference/method/db.updateUser.txt

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

203203
.. versionchanged:: 4.0
204204

205-
The default value is ``"server"``. In earlier versions, the
206-
default value is ``"client"``.
205+
The default value is ``"server"``. In earlier versions, the
206+
default value is ``"client"``.
207207

208208

209209

source/reference/program/mongod.txt

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

879879
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
880880

881-
The password used to bind to an LDAP server when using
882-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
883-
:option:`--ldapQueryUser`.
881+
The password used to bind to an LDAP server when using
882+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
883+
:option:`--ldapQueryUser`.
884884

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

source/reference/program/mongoldap.txt

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

223223
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
224224

225-
The password used to bind to an LDAP server when using
226-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
227-
:option:`--ldapQueryUser`.
225+
The password used to bind to an LDAP server when using
226+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
227+
:option:`--ldapQueryUser`.
228228

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

source/reference/program/mongos.txt

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

12211221
.. versionadded:: 3.4 Available in MongoDB Enterprise only.
12221222

1223-
The password used to bind to an LDAP server when using
1224-
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1225-
:option:`--ldapQueryUser`.
1223+
The password used to bind to an LDAP server when using
1224+
:option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with
1225+
:option:`--ldapQueryUser`.
12261226

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

0 commit comments

Comments
 (0)