Skip to content

Commit 6a2e39e

Browse files
committed
various wee fixes
1 parent 2d9bcf9 commit 6a2e39e

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ copy = "©"
183183
ent-build = "MongoDB Enterprise"
184184
year = "2020"
185185
bi = "MongoDB Connector for BI"
186-
version = "4.2"
186+
version = "{+version+}"
187187

188188

189189
[constants]
190-
package-branch = "5.0" # For rc = testing. For GA, will be 4.2.
191-
windows-dir-version = "5.0" # The wizard installs in 4.2 branch
190+
package-branch = "5.0"
191+
windows-dir-version = "5.0" # wizard
192192
package-name-org = "mongodb-org"
193193
package-name-enterprise = "mongodb-enterprise"
194194
version = "5.0"

source/reference/command/serverStatus.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,11 +1853,7 @@ opWriteConcernCounters
18531853
:header-rows: 1
18541854
:widths: 20 80
18551855

1856-
<<<<<<< HEAD
1857-
* -
1858-
=======
18591856
* - Specified ``w``
1860-
>>>>>>> 764cc625d... DOCSP-14865 update list table header rows for NextGen
18611857
- Description
18621858

18631859
* - ``"wmajority"``

source/reference/program/mongo.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,9 @@ Core Options
387387
Specifies a JavaScript file to run and then exit. Generally this should
388388
be the last option specified.
389389

390-
.. optional:: To specify a JavaScript file to execute *and* allow
390+
.. optional::
391+
392+
To specify a JavaScript file to execute *and* allow
391393
:program:`mongo` to prompt you for a password using
392394
:option:`--password`, pass the filename as the first parameter with
393395
:option:`--username` and :option:`--password` as the last options, as

source/tutorial/add-shards-to-shard-cluster.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ instance.
5555
name of the replica set and specify a member of the set. In
5656
production deployments, all shards should be replica sets.
5757

58-
.. optional:: You can instead use the :dbcommand:`addShard` database
58+
.. optional::
59+
60+
You can instead use the :dbcommand:`addShard` database
5961
command, which lets you specify a name and maximum size for the
6062
shard. If you do not specify these, MongoDB automatically assigns
6163
a name and maximum size. To use the database command, see

source/tutorial/convert-secondary-into-arbiter.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Convert Secondary to Arbiter and Reuse the Port Number
6565

6666
mv /data/db /data/db-old
6767

68-
.. optional:: You may remove the data instead.
68+
.. optional::
69+
70+
You may remove the data instead.
6971

7072
#. Create a new, empty data directory to point to when restarting the
7173
:binary:`~bin.mongod` instance. You can reuse the previous name. For
@@ -176,4 +178,6 @@ Convert Secondary to Arbiter Running on a New Port Number
176178

177179
mv /data/db /data/db-old
178180

179-
.. optional:: You may remove the data instead.
181+
.. optional::
182+
183+
You may remove the data instead.

0 commit comments

Comments
 (0)