Skip to content

Commit ee732bd

Browse files
committed
DOP-1186: admonition :class: important -> .. important::
1 parent 0969cd1 commit ee732bd

16 files changed

+32
-32
lines changed

source/administration/analyzing-mongodb-performance.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ processes run with FTDC on by default. For more information on MongoDB
156156
Support options, visit
157157
`Getting Started With MongoDB Support <https://www.mongodb.com/support/get-started?tck=docs_server>`_.
158158

159-
.. admonition:: FTDC Privacy
160-
:class: important
159+
.. important:: FTDC Privacy
160+
161161

162162
FTDC data files are compressed and not human-readable. MongoDB Inc.
163163
engineers cannot access FTDC data without explicit permission

source/core/geohaystack.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. admonition:: Deprecation
16-
:class: important
15+
.. important:: Deprecation
16+
1717

1818
.. include:: /includes/extracts/4.4-changes-geo-deprecation.rst
1919

source/core/index-unique.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ For a ranged sharded collection, only the following indexes can be
253253
enforces the uniqueness constraint per shard **if** the ``_id`` field
254254
is **not** the shard key or the prefix of the shard key.
255255

256-
.. admonition:: Uniqueness and the ``_id`` Index
257-
:class: important
256+
.. important:: Uniqueness and the ``_id`` Index
257+
258258

259259
If the ``_id`` field is not the shard key or the prefix of the
260260
shard key, ``_id`` index only enforces the uniqueness constraint

source/core/sharding-shard-key.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ For a ranged sharded collection, only the following indexes can be
154154
enforces the uniqueness constraint per shard **if** the ``_id`` field
155155
is **not** the shard key or the prefix of the shard key.
156156

157-
.. admonition:: Uniqueness and the ``_id`` Index
158-
:class: important
157+
.. important:: Uniqueness and the ``_id`` Index
158+
159159

160160
If the ``_id`` field is not the shard key or the prefix of the
161161
shard key, ``_id`` index only enforces the uniqueness constraint

source/includes/extracts-projection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ content: |
287287
ref: projection-language-consistency-admonition
288288
content: |
289289
290-
.. admonition:: Language Consistency
291-
:class: important
290+
.. important:: Language Consistency
291+
292292
293293
Starting in MongoDB 4.4, as part of making
294294
:method:`~db.collection.find` and

source/includes/fact-mongo-shell-method.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. admonition:: ``mongo`` Shell Method
2-
:class: important
1+
.. important:: ``mongo`` Shell Method
2+
33

44
This page documents the :binary:`~bin.mongo` shell method, and does
55
*not* refer to the MongoDB Node.js driver (or any other driver)

source/includes/fact-rs-status-init-sync-availability.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. admonition:: Availability
2-
:class: important
1+
.. important:: Availability
2+
33

44
Starting in MongoDB 4.2.1,
55
:data:`replSetGetStatus.initialSyncStatus` metrics are only

source/reference/command/geoSearch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ geoSearch
1212

1313
.. dbcommand:: geoSearch
1414

15-
.. admonition:: Deprecation
16-
:class: important
15+
.. important:: Deprecation
16+
1717

1818
.. include:: /includes/extracts/4.4-changes-geo-deprecation.rst
1919

source/reference/method/db.collection.findOne.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Client Disconnection
8181
Projection
8282
~~~~~~~~~~
8383

84-
.. admonition:: Language Consistency
85-
:class: important
84+
.. important:: Language Consistency
85+
8686

8787
Starting in MongoDB 4.4, as part of making
8888
:method:`~db.collection.find` and

source/reference/mongodb-extended-json-v1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ MongoDB Extended JSON (v1)
1111
:class: singlecol
1212

1313

14-
.. admonition:: Disambiguation
15-
:class: important
14+
.. important:: Disambiguation
15+
1616

1717
The following page discusses MongoDB Extended JSON v1 (Legacy
1818
extended JSON). For discussion on MongoDB Extended JSON v2, see

0 commit comments

Comments
 (0)