From 0d533ef5a9e78f136546ab531ba00204225d68a1 Mon Sep 17 00:00:00 2001 From: Sarah Simpers <82042374+sarahsimpers@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:37:25 -0500 Subject: [PATCH] (DOCSP-45749) Denests last phase 1 nested components (#182) * (DOCSP-45749) Denests last phase 1 nested components * Update build --- .../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