Skip to content

Commit 2c41c30

Browse files
authored
(DOCSP-42988) CM tutorials nested component fixes group 2 (#104) (#340) (#341)
Ports changes from https://github.com/10gen/docs-cloud-manager/commit/baa66d5d2f916150660ee9c98c9e20cba0a88c24 to OM
1 parent c0c276e commit 2c41c30

File tree

5 files changed

+31
-53
lines changed

5 files changed

+31
-53
lines changed

source/includes/alert-notifications/sms-cloud.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ Sends the alert to a phone number. |mms| removes all letters and
22
punctuation except the ``+``.
33

44
For international (non-U.S.) phone numbers,
5-
`format phone numbers using the E.164 standard <https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers#h_749baca6-7794-40ed-abb5-ff0dc5782d4e>`__.
5+
`format phone numbers using the E.164 standard <https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers#h_749baca6-7794-40ed-abb5-ff0dc5782d4e>`__. For example, for New Zealand, enter ``+64`` before
6+
the phone number.
7+
68
|mms| uses the U.S.-based `Twilio <https://www.twilio.com>`__ to send
79
text messages.
810

911
If you want to use a non-U.S. phone number, try using a
1012
`Google Voice <https://voice.google.com>`__ phone number.
11-
12-
.. example::
13-
14-
For New Zealand, enter ``+64`` before the phone number.

source/includes/extracts-deploy-core.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@ content: |
8383
{{PROCESS}} must have permission to read and write to the
8484
specified file.
8585
86-
.. example::
86+
For example, specifying ``/var/log/mongodb/mongo.log`` directs the
87+
{{PROCESS}} to store its logfile in ``/var/log/mongodb/`` as
88+
``mongo.log``.
8789
88-
Specifying ``/var/log/mongodb/mongo.log`` directs the
89-
{{PROCESS}} to store its logfile to ``/var/log/mongodb/`` as
90-
``mongo.log``.
91-
92-
The {{PROCESS}} have its own unique log file. If deploying multiple
90+
The {{PROCESS}} must have its own unique log file. If deploying multiple
9391
{{PROCESS}} processes to the same host, ensure each {{PROCESS}} has
9492
its own distinct logfile.
9593
replacement:
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. note::
2-
3-
The encrypted private key for the ``.pem`` certificate file must be in :wikipedia:`PKCS #1 </PKCS_1>`
4-
format. The {+mdbagent+} doesn't support the :wikipedia:`PKCS #8 </PKCS_8>` format.
1+
The encrypted private key for the ``.pem`` certificate file must be in
2+
:wikipedia:`PKCS #1 </PKCS_1>` format. The {+mdbagent+} doesn't support
3+
the :wikipedia:`PKCS #8 </PKCS_8>` format.

source/includes/list-table-server-types.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
* - Production Server
1111
- Hosts your application to your internal or external end users.
1212

13-
.. important::
14-
15-
If an end user might use an environment, it functions as a
16-
Production environment. This applies whether the environment
17-
also provides testing, quality assurance, evaluation, or
18-
development capabilities.
13+
If an end user might use an environment, it functions as a
14+
Production environment. This applies whether the environment
15+
also provides testing, quality assurance, evaluation, or
16+
development capabilities.
1917

2018
- One license per server
2119

source/tutorial/manage-project-settings.txt

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,15 @@ Project Settings
3030

3131
- Sets your project's name.
3232

33-
.. note::
34-
35-
Only a user with :authrole:`Project Owner` access for the
36-
project can edit the project name.
33+
Only users with :authrole:`Project Owner` access for the
34+
project can edit the project name.
3735

3836
* - :guilabel:`Project Time Zone`
3937

4038
- Sets your project's time zone.
4139

42-
.. note::
43-
44-
Only a user with :authrole:`Project Owner` access for the
45-
project can edit the project time zone.
40+
Only users with :authrole:`Project Owner` access for the
41+
project can edit the project time zone.
4642

4743
* - :guilabel:`Collect Logs For All Hosts`
4844

@@ -86,14 +82,11 @@ Project Settings
8682
* - :guilabel:`Default Project Server Type`
8783

8884
- Sets the default server type for all hosts added to this
89-
project.
85+
project. This does *not* modify the default server type of existing hosts.
9086

9187
.. include:: /includes/list-table-server-types.rst
9288

93-
.. important::
94-
95-
This does *not* modify the default server type of existing
96-
hosts.
89+
9790

9891
* - :guilabel:`Reset Duplicates`
9992

@@ -121,15 +114,13 @@ Project Settings
121114
- To specify hostnames that match a pattern, click the
122115
:guilabel:`Regex` button and enter a regular expression. An
123116
expression that uses "starts with" behavior must have ``.*``
124-
at the end in order to correctly match.
125-
126-
.. example::
117+
at the end in order to correctly match.
118+
119+
For example, to specify hostnames that start with ``acme-``, enter the following regular expression:
127120

128-
To specify hostnames that start with ``acme-``, enter:
121+
.. code-block:: none
129122

130-
.. code-block:: none
131-
132-
^acme-.*
123+
^acme-.*
133124

134125
* - :guilabel:`Suppress Mongos Automatic Discovery`
135126

@@ -145,10 +136,8 @@ Project Settings
145136
If you toggle :guilabel:`Real-Time Performance Panel` to
146137
``Off``, you disable this feature for every user in the Project.
147138

148-
.. important::
149-
150-
You might see some |pii| if you have permission to use this
151-
feature.
139+
You might see some |pii| if you have permission to use this
140+
feature.
152141

153142
* - :guilabel:`Data Explorer`
154143

@@ -158,10 +147,8 @@ Project Settings
158147
If you toggle :guilabel:`Data Explorer` to ``Off``, you disable
159148
this feature for every user in the Project.
160149

161-
.. important::
162-
163-
You might see some |pii| if you have permission to use this
164-
feature.
150+
You might see some |pii| if you have permission to use this
151+
feature.
165152

166153
* - :guilabel:`Performance Advisor`
167154

@@ -171,10 +158,8 @@ Project Settings
171158
If you toggle :guilabel:`Performance Advisor` to ``Off``, you
172159
disable this feature for every user in the Project.
173160

174-
.. important::
175-
176-
You might see some |pii| if you have permission to use this
177-
feature.
161+
You might see some |pii| if you have permission to use this
162+
feature.
178163

179164
* - :guilabel:`Delete Project`
180165

0 commit comments

Comments
 (0)