Skip to content

Commit d88fb3a

Browse files
committed
DOCSP-42971-vscode-nested-components
1 parent 644cef0 commit d88fb3a

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
lines changed

source/commands.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ To learn more about connecting to a deployment, see :ref:`vsce-connect`.
7676
- Select and remove a connection from your list of connections
7777
in |vsce|.
7878

79-
.. note::
80-
81-
Removing your current active connection also closes that
82-
connection.
79+
Removing your current active connection also closes that
80+
connection.
8381

8482
Shell Commands
8583
--------------

source/includes/admonitions/warn-configure-path.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. important::
21

32
To launch your selected MongoDB shell, you must:
43

@@ -10,7 +9,6 @@
109
If you install a new version of your MongoDB shell, you will need to
1110
update your ``PATH`` variable to reference the new version.
1211

13-
.. seealso::
1412

1513
- To install the legacy :binary:`mongo <mongo>`
1614
shell, see :manual:`The mongo Shell </mongo>`.

source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,17 @@ content: |
157157
specify the :guilabel:`Hostname`. You do not need to
158158
specify a port.
159159
160-
.. note::
160+
161161
162-
You can only use SRV connection strings to connect to
163-
deployments running MongoDB 3.6 and later.
162+
You can only use SRV connection strings to connect to
163+
deployments running MongoDB 3.6 and later.
164164
165165
SRV connection strings have a prefix of
166166
``mongodb+srv:``. If you are using an SRV connection
167167
string, you do not need to include ``mongodb+srv`` in
168168
your :guilabel:`Hostname`.
169169
170-
.. example::
170+
For example:
171171
172172
If the following is your SRV connection string for
173173
your MongoDB deployment:
@@ -258,14 +258,13 @@ content: |
258258
provide the :guilabel:`Username` to authenticate
259259
the user.
260260
261-
.. note::
262261
263-
If you are using
264-
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>`
265-
, your username must be prefaced by "CN="
266-
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__.
267-
For example, the username "X509User" must be
268-
provided as "CN=X509User".
262+
If you are using
263+
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>`
264+
, your username must be prefaced by "CN="
265+
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__.
266+
For example, the username "X509User" must be
267+
provided as "CN=X509User".
269268
270269
- id: ldap
271270
name: LDAP

0 commit comments

Comments
 (0)