From 05c70f3b61e8a25095dcd0cec8efbb13849e4915 Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Fri, 7 May 2021 15:45:47 -0400 Subject: [PATCH] DOCSP-16017 fix nextgen version directive indentation errors --- source/includes/fact-zone-sharding-alias.rst | 6 +++--- source/reference/command/addShardToZone.txt | 8 ++++---- source/reference/configuration-options.txt | 6 +++--- source/reference/method/db.createUser.txt | 4 ++-- source/reference/method/db.updateUser.txt | 4 ++-- source/reference/program/mongo.txt | 2 +- source/reference/program/mongod.txt | 6 +++--- source/reference/program/mongoldap.txt | 6 +++--- source/reference/program/mongos.txt | 6 +++--- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/source/includes/fact-zone-sharding-alias.rst b/source/includes/fact-zone-sharding-alias.rst index 7f5bda12534..59e01181e34 100644 --- a/source/includes/fact-zone-sharding-alias.rst +++ b/source/includes/fact-zone-sharding-alias.rst @@ -1,5 +1,5 @@ .. versionchanged:: 3.4 - This method aliases to |method| in MongoDB 3.4. The functionality specified - below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding - ` as the successor to tag-aware sharding. + This method aliases to |method| in MongoDB 3.4. The functionality specified + below still applies to MongoDB 3.2. MongoDB 3.4 provides :ref:`Zone sharding + ` as the successor to tag-aware sharding. diff --git a/source/reference/command/addShardToZone.txt b/source/reference/command/addShardToZone.txt index 7d78b013a30..5b2c424e350 100644 --- a/source/reference/command/addShardToZone.txt +++ b/source/reference/command/addShardToZone.txt @@ -17,11 +17,11 @@ Definition .. versionadded:: 3.4 - Associates a shard with a :term:`zone`. MongoDB associates this shard with - the given zone. Chunks that are covered by the zone are assigned to shards - associated with the zone. + Associates a shard with a :term:`zone`. MongoDB associates this shard with + the given zone. Chunks that are covered by the zone are assigned to shards + associated with the zone. - .. |command| replace:: ``addShardToZone`` + .. |command| replace:: ``addShardToZone`` Syntax ------ diff --git a/source/reference/configuration-options.txt b/source/reference/configuration-options.txt index 2237159bdfa..233a125f8d0 100644 --- a/source/reference/configuration-options.txt +++ b/source/reference/configuration-options.txt @@ -2880,9 +2880,9 @@ Key Management Configuration Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with - :setting:`~security.ldap.bind.queryUser`. + The password used to bind to an LDAP server when using + :setting:`~security.ldap.bind.queryUser`. You must use :setting:`~security.ldap.bind.queryPassword` with + :setting:`~security.ldap.bind.queryUser`. If unset, :binary:`~bin.mongod` or :binary:`~bin.mongos` will not attempt to bind to the LDAP server. diff --git a/source/reference/method/db.createUser.txt b/source/reference/method/db.createUser.txt index d9099eabaa8..bb75e79ec8b 100644 --- a/source/reference/method/db.createUser.txt +++ b/source/reference/method/db.createUser.txt @@ -209,8 +209,8 @@ Definition .. versionchanged:: 4.0 - The default value is ``"server"``. In earlier versions, the - default value is ``"client"``. + The default value is ``"server"``. In earlier versions, the + default value is ``"client"``. diff --git a/source/reference/method/db.updateUser.txt b/source/reference/method/db.updateUser.txt index bca24fd1bc8..e02e71b8f2c 100644 --- a/source/reference/method/db.updateUser.txt +++ b/source/reference/method/db.updateUser.txt @@ -214,8 +214,8 @@ Definition .. versionchanged:: 4.0 - The default value is ``"server"``. In earlier versions, the - default value is ``"client"``. + The default value is ``"server"``. In earlier versions, the + default value is ``"client"``. diff --git a/source/reference/program/mongo.txt b/source/reference/program/mongo.txt index ec888e9f9b8..1f6e756896a 100644 --- a/source/reference/program/mongo.txt +++ b/source/reference/program/mongo.txt @@ -94,7 +94,7 @@ Options .. admonition:: Starting in version 4.2 - - .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst + - .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst Core Options ~~~~~~~~~~~~ diff --git a/source/reference/program/mongod.txt b/source/reference/program/mongod.txt index 9679846196e..c3401f19a2c 100644 --- a/source/reference/program/mongod.txt +++ b/source/reference/program/mongod.txt @@ -975,9 +975,9 @@ LDAP Authentication or Authorization Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongod` will not attempt to bind to the LDAP server. diff --git a/source/reference/program/mongoldap.txt b/source/reference/program/mongoldap.txt index 8377e852097..e918d6d4ac0 100644 --- a/source/reference/program/mongoldap.txt +++ b/source/reference/program/mongoldap.txt @@ -230,9 +230,9 @@ Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongoldap` will not attempt to bind to the LDAP server. diff --git a/source/reference/program/mongos.txt b/source/reference/program/mongos.txt index 0a01bbeeeb1..d1e341fd1e0 100644 --- a/source/reference/program/mongos.txt +++ b/source/reference/program/mongos.txt @@ -1728,9 +1728,9 @@ LDAP Authentication and Authorization Options .. versionadded:: 3.4 Available in MongoDB Enterprise only. - The password used to bind to an LDAP server when using - :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with - :option:`--ldapQueryUser`. + The password used to bind to an LDAP server when using + :option:`--ldapQueryUser`. You must use :option:`--ldapQueryPassword` with + :option:`--ldapQueryUser`. If unset, :program:`mongos` will not attempt to bind to the LDAP server.