Skip to content

Commit ad72d35

Browse files
authored
(DOCSP-45749) Denests last phase 1 nested components (#182)
* (DOCSP-45749) Denests last phase 1 nested components * Update build
1 parent 02755ef commit ad72d35

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/reference/method/MongoDBDatabase-createCollection.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ Parameters
6464
- Specify ``false`` to disable the automatic creation of an index on the
6565
``_id`` field.
6666

67-
.. important::
68-
69-
For replica sets, do not set ``autoIndexId`` to ``false``.
67+
:gold:`IMPORTANT:` For replica sets, do not set
68+
``autoIndexId`` to ``false``.
7069

7170
.. deprecated:: 1.4
7271
This option has been deprecated since MongoDB 3.2. As of MongoDB
@@ -242,10 +241,8 @@ Parameters
242241
- Determines whether to ``error`` on invalid documents or just ``warn``
243242
about the violations but allow invalid documents to be inserted.
244243

245-
.. important::
246-
247-
Validation of documents only applies to those documents as
248-
determined by the ``validationLevel``.
244+
:gold:`IMPORTANT:` Validation of documents only applies to
245+
those documents as determined by the ``validationLevel``.
249246

250247
.. list-table::
251248
:header-rows: 1

0 commit comments

Comments
 (0)