Skip to content

Commit 0969cd1

Browse files
committed
DOP-1186: admonition :class: warning -> .. warning::
1 parent 0d75a77 commit 0969cd1

14 files changed

+28
-28
lines changed

source/administration/production-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Production Notes
1313
This page details system configurations that affect MongoDB,
1414
especially when running in production.
1515

16-
.. admonition:: MMAPv1 Removed
17-
:class: warning
16+
.. warning:: MMAPv1 Removed
17+
1818

1919
MongoDB 4.2 removes the deprecated MMAPv1 storage engine. To change
2020
your MMAPv1 storage engine deployment to :doc:`/core/wiredtiger`, see:

source/appendix/security/appendixA-openssl-ca.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Appendix A - OpenSSL CA Certificate for Testing
99
.. role:: red(strong)
1010
:class: text-danger
1111

12-
.. admonition:: Disclaimer
13-
:class: warning
12+
.. warning:: Disclaimer
13+
1414

1515
This page is provided for :red:`testing purposes` only and the
1616
certificates are for :red:`testing purposes only`.

source/appendix/security/appendixB-openssl-server.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Appendix B - OpenSSL Server Certificates for Testing
99
.. role:: red(strong)
1010
:class: text-danger
1111

12-
.. admonition:: Disclaimer
13-
:class: warning
12+
.. warning:: Disclaimer
13+
1414

1515
This page is provided for :red:`testing purposes` only and the
1616
certificates are for :red:`testing purposes only`.

source/appendix/security/appendixC-openssl-client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Appendix C - OpenSSL Client Certificates for Testing
99
.. role:: red(strong)
1010
:class: text-danger
1111

12-
.. admonition:: Disclaimer
13-
:class: warning
12+
.. warning:: Disclaimer
13+
1414

1515
This page is provided for :red:`testing purposes` only and the certificates
1616
are for :red:`testing purposes only`.

source/core/replica-set-arbiter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ number of votes to break a tie:
4949
Read Concern ``majority`` and Three-Member PSA
5050
----------------------------------------------
5151

52-
.. admonition:: For 3-Member Primary-Secondary-Arbiter Architecture*
53-
:class: warning
52+
.. warning:: For 3-Member Primary-Secondary-Arbiter Architecture*
53+
5454

5555
If you have a three-member replica set with a
5656
primary-secondary-arbiter (PSA) architecture or a sharded cluster

source/includes/admonition-wsl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. admonition:: Windows Subsystem for Linux (WSL) - Unsupported
2-
:class: warning
1+
.. warning:: Windows Subsystem for Linux (WSL) - Unsupported
2+
33

44
MongoDB does not support the Windows Subsystem for Linux (WSL).

source/includes/extracts-4.4-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ content: |
318318
ref: 4.4-changes-downgrade-floor
319319
content: |
320320
321-
.. admonition:: Downgrade Floor
322-
:class: warning
321+
.. warning:: Downgrade Floor
322+
323323
324324
If you need to downgrade form version 4.4, downgrade to 4.2.6 or
325325
later version. You cannot downgrade to a 4.2.5 or earlier version.

source/includes/in-dev.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
.. admonition:: MongoDB {+version-dev+} Release Candidates
3-
:class: warning
2+
.. warning:: MongoDB {+version-dev+} Release Candidates
3+
44

55
While the {+version-dev+} release candidates are available, these versions of
66
MongoDB are for **testing purposes only and not for production use**.

source/includes/warning-document-duplicate-key-names.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. admonition:: MongoDB does not support duplicate field names
2-
:class: warning
1+
.. warning:: MongoDB does not support duplicate field names
2+
33

44
The MongoDB Query Language is undefined over documents with
55
duplicate field names. BSON builders may support creating a BSON

source/reference/command/convertToCapped.txt

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

1313
.. dbcommand:: convertToCapped
1414

15-
.. admonition:: Do Not Run This Command In Sharded Clusters
16-
:class: warning
15+
.. warning:: Do Not Run This Command In Sharded Clusters
16+
1717

1818
MongoDB does **not** support the :dbcommand:`convertToCapped`
1919
command in a sharded cluster.

0 commit comments

Comments
 (0)