From de9286fa77a454541bb0ce8ac49edbbfe18e7b7d Mon Sep 17 00:00:00 2001 From: Sarah Simpers Date: Tue, 3 Dec 2024 09:13:36 -0500 Subject: [PATCH 1/2] (DOCSP-45749) Denests last phase 1 nested components --- .../method/MongoDBDatabase-createCollection.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/source/reference/method/MongoDBDatabase-createCollection.txt b/source/reference/method/MongoDBDatabase-createCollection.txt index 23c4e51f..11b62e23 100644 --- a/source/reference/method/MongoDBDatabase-createCollection.txt +++ b/source/reference/method/MongoDBDatabase-createCollection.txt @@ -64,9 +64,8 @@ Parameters - Specify ``false`` to disable the automatic creation of an index on the ``_id`` field. - .. important:: - - For replica sets, do not set ``autoIndexId`` to ``false``. + :gold:`IMPORTANT:` For replica sets, do not set + ``autoIndexId`` to ``false``. .. deprecated:: 1.4 This option has been deprecated since MongoDB 3.2. As of MongoDB @@ -242,10 +241,8 @@ Parameters - Determines whether to ``error`` on invalid documents or just ``warn`` about the violations but allow invalid documents to be inserted. - .. important:: - - Validation of documents only applies to those documents as - determined by the ``validationLevel``. + :gold:`IMPORTANT:` Validation of documents only applies to + those documents as determined by the ``validationLevel``. .. list-table:: :header-rows: 1 From 4f143c999f4872305493d0b2b4a00293f0ed5e2e Mon Sep 17 00:00:00 2001 From: Sarah Simpers Date: Tue, 3 Dec 2024 09:51:59 -0500 Subject: [PATCH 2/2] Update build