diff --git a/source/commands.txt b/source/commands.txt
index 7cb0e755..da6cfb36 100644
--- a/source/commands.txt
+++ b/source/commands.txt
@@ -1,8 +1,8 @@
.. _vsce-commands:
-=====================
-|vsce-short| Commands
-=====================
+=======================
+|vscode-short| Commands
+=======================
.. default-domain:: mongodb
@@ -76,10 +76,8 @@ To learn more about connecting to a deployment, see :ref:`vsce-connect`.
- Select and remove a connection from your list of connections
in |vsce|.
- .. note::
-
- Removing your current active connection also closes that
- connection.
+ Removing your current active connection also closes that
+ connection.
Shell Commands
--------------
diff --git a/source/includes/admonitions/warn-configure-path.rst b/source/includes/admonitions/warn-configure-path.rst
index 017d9ab2..f0c010a1 100644
--- a/source/includes/admonitions/warn-configure-path.rst
+++ b/source/includes/admonitions/warn-configure-path.rst
@@ -1,19 +1,15 @@
-.. important::
+To launch your selected MongoDB shell, you must:
- To launch your selected MongoDB shell, you must:
+- Install the shell you want to use, and
- - Install the shell you want to use, and
+- Configure your machine's ``PATH`` environment variable to include
+ the filepath to your shell binary.
- - Configure your machine's ``PATH`` environment variable to include
- the filepath to your shell binary.
+If you install a new version of your MongoDB shell, you will need to
+update your ``PATH`` variable to reference the new version.
- If you install a new version of your MongoDB shell, you will need to
- update your ``PATH`` variable to reference the new version.
+- To install the legacy :binary:`mongo `
+ shell, see :manual:`The mongo Shell `.
-.. seealso::
-
- - To install the legacy :binary:`mongo `
- shell, see :manual:`The mongo Shell `.
-
- - To install the ``mongosh`` shell and for instructions on
- configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell `.
+- To install the ``mongosh`` shell and for instructions on
+ configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell `.
diff --git a/source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml b/source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml
index 1e6e1e3c..eecd2268 100644
--- a/source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml
+++ b/source/includes/steps-starting-vsce-connect-with-advanced-connection-settings.yaml
@@ -157,33 +157,30 @@ content: |
specify the :guilabel:`Hostname`. You do not need to
specify a port.
- .. note::
-
- You can only use SRV connection strings to connect to
- deployments running MongoDB 3.6 and later.
+
SRV connection strings have a prefix of
``mongodb+srv:``. If you are using an SRV connection
string, you do not need to include ``mongodb+srv`` in
your :guilabel:`Hostname`.
- .. example::
+ For example:
- If the following is your SRV connection string for
- your MongoDB deployment:
+ If the following is your SRV connection string for
+ your MongoDB deployment:
- .. code-block:: shell
- :copyable: false
+ .. code-block:: shell
+ :copyable: false
- mongodb+srv://:@gettingstarted-7q2cs.mongodb.net/test
+ mongodb+srv://:@gettingstarted-7q2cs.mongodb.net/test
- Then, in |vsce|, you would specify your
- :guilabel:`Hostname` as:
+ Then, in |vsce|, you would specify your
+ :guilabel:`Hostname` as:
- .. code-block:: shell
- :copyable: false
+ .. code-block:: shell
+ :copyable: false
- gettingstarted-7q2cs.mongodb.net
+ gettingstarted-7q2cs.mongodb.net
* - :guilabel:`Authentication`
- Authentication to use if the deployment requires
@@ -258,14 +255,13 @@ content: |
provide the :guilabel:`Username` to authenticate
the user.
- .. note::
- If you are using
- :atlas:`Atlas-managed certificates `
- , your username must be prefaced by "CN="
- per `RFC 2253 `__.
- For example, the username "X509User" must be
- provided as "CN=X509User".
+ If you are using
+ :atlas:`Atlas-managed certificates `
+ , your username must be prefaced by "CN="
+ per `RFC 2253 `__.
+ For example, the username "X509User" must be
+ provided as "CN=X509User".
- id: ldap
name: LDAP
diff --git a/source/settings.txt b/source/settings.txt
index 85f49590..83841eb6 100644
--- a/source/settings.txt
+++ b/source/settings.txt
@@ -1,8 +1,8 @@
.. _vsce-settings:
-=====================
-|vsce-short| Settings
-=====================
+=======================
+|vscode-short| Settings
+=======================
.. default-domain:: mongodb