Skip to content

Commit 0d75a77

Browse files
committed
DOP-1186: admonition class note -> .. note::
1 parent bcac52e commit 0d75a77

File tree

68 files changed

+170
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+170
-170
lines changed

source/changeStreams.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ You can open change streams against:
9898
documentation. See also the :binary:`~bin.mongo` shell method
9999
:method:`Mongo.watch()`.
100100

101-
.. admonition:: Change Stream Examples
102-
:class: note
101+
.. note:: Change Stream Examples
102+
103103

104104
The examples on this page use the MongoDB drivers to illustrate how
105105
to open a change stream cursor for a collection and work with the

source/core/index-unique.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ values; i.e. enforces uniqueness for the indexed fields. By default,
1818
MongoDB creates a unique index on the :ref:`_id <document-id-field>`
1919
field during the creation of a collection.
2020

21-
.. admonition:: New Internal Format
22-
:class: note
21+
.. note:: New Internal Format
22+
2323

2424
Starting in MongoDB 4.2, for :ref:`featureCompatibilityVersion
2525
<view-fcv>` (fCV) of 4.2 (or greater), MongoDB uses a new internal

source/core/map-reduce.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Map-Reduce
1010
:depth: 1
1111
:class: singlecol
1212

13-
.. admonition:: Aggregation Pipeline as Alternative
14-
:class: note
13+
.. note:: Aggregation Pipeline as Alternative
14+
1515

1616
:doc:`Aggregation pipeline </core/aggregation-pipeline>`
1717
provides better performance and a more coherent interface than

source/core/replica-set-rollbacks.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Rollback Data
5757
By default, when a rollback occurs, MongoDB writes the rollback data to
5858
:term:`BSON` files.
5959

60-
.. admonition:: Rollback Directory Change
61-
:class: note
60+
.. note:: Rollback Directory Change
61+
6262

6363
Starting in Mongo 4.4, the rollback directory for a collection is named
6464
after the collection's UUID rather than the collection namespace.

source/core/security-client-side-encryption-key-management.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ key *must* have at least one policy with the following actions:
7171
`(reference)
7272
<https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html>`__
7373

74-
.. admonition:: Implement Seperation of Least Privilege for KMS Access
75-
:class: note
74+
.. note:: Implement Seperation of Least Privilege for KMS Access
75+
7676

7777
Consider configuring IAM user roles such that MongoDB has only the
7878
access to the actions and resources required to function.

source/core/security-encryption-at-rest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ read the data.
3737
Encryption Process
3838
~~~~~~~~~~~~~~~~~~
3939

40-
.. admonition:: Changed in version 4.0
41-
:class: note
40+
.. note:: Changed in version 4.0
41+
4242

4343
.. include:: /includes/fact-aes.rst
4444

source/includes/examples-map-reduce.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Map-Reduce Examples
44
.. map-reduce-document-examples-begin
55
.. map-reduce-document-prototype-begin
66
7-
.. admonition:: Aggregation Pipeline as Alternative
8-
:class: note
7+
.. note:: Aggregation Pipeline as Alternative
8+
99

1010
:doc:`Aggregation pipeline </core/aggregation-pipeline>`
1111
provides better performance and a more coherent interface than

source/includes/extracts-4.4-changes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ content: |
333333
ref: 4.4-changes-index-builds-simultaneous-fcv
334334
content: |
335335
336-
.. admonition:: Requires ``featureCompatibilityVersion`` 4.4+
337-
:class: note
336+
.. note:: Requires ``featureCompatibilityVersion`` 4.4+
337+
338338
339339
Each :binary:`~bin.mongod` in the replica set or sharded cluster
340340
*must* have :ref:`featureCompatibilityVersion <set-fcv>` set to at

source/includes/extracts-mongo-shell-deprecated-meta-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ref: _mongo-shell-deprecated-meta-operator
22
content: |
33
4-
.. admonition:: Deprecated since {{version}}
5-
:class: note
4+
.. note:: Deprecated since {{version}}
5+
66
77
Starting in v3.2, the {{op}} operator is deprecated in the
88
:binary:`~bin.mongo` shell. In the :binary:`~bin.mongo` shell,

source/includes/fact-atlas-banner.rst

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

44
.. container::
55

0 commit comments

Comments
 (0)