Skip to content

Commit 43dc962

Browse files
committed
build errors
1 parent 20574d8 commit 43dc962

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

source/commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _vsce-commands:
22

33
=====================
4-
|vsce-short| Commands
4+
|vscode-short| Commands
55
=====================
66

77
.. default-domain:: mongodb
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

2-
To launch your selected MongoDB shell, you must:
2+
To launch your selected MongoDB shell, you must:
33

4-
- Install the shell you want to use, and
4+
- Install the shell you want to use, and
55

6-
- Configure your machine's ``PATH`` environment variable to include
7-
the filepath to your shell binary.
6+
- Configure your machine's ``PATH`` environment variable to include
7+
the filepath to your shell binary.
88

9-
If you install a new version of your MongoDB shell, you will need to
10-
update your ``PATH`` variable to reference the new version.
9+
If you install a new version of your MongoDB shell, you will need to
10+
update your ``PATH`` variable to reference the new version.
1111

1212

13-
- To install the legacy :binary:`mongo <mongo>`
14-
shell, see :manual:`The mongo Shell </mongo>`.
13+
- To install the legacy :binary:`mongo <mongo>`
14+
shell, see :manual:`The mongo Shell </mongo>`.
1515

16-
- To install the ``mongosh`` shell and for instructions on
17-
configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell </install>`.
16+
- To install the ``mongosh`` shell and for instructions on
17+
configuring your ``PATH`` variable, see :mongosh:`Install the MongoDB Shell </install>`.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,23 +164,23 @@ content: |
164164
string, you do not need to include ``mongodb+srv`` in
165165
your :guilabel:`Hostname`.
166166
167-
For example:
167+
For example:
168168
169169
If the following is your SRV connection string for
170170
your MongoDB deployment:
171171
172172
.. code-block:: shell
173-
:copyable: false
173+
:copyable: false
174174
175-
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test
175+
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test
176176
177177
Then, in |vsce|, you would specify your
178178
:guilabel:`Hostname` as:
179179
180180
.. code-block:: shell
181-
:copyable: false
181+
:copyable: false
182182
183-
gettingstarted-7q2cs.mongodb.net
183+
gettingstarted-7q2cs.mongodb.net
184184
185185
* - :guilabel:`Authentication`
186186
- Authentication to use if the deployment requires

source/settings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _vsce-settings:
22

33
=====================
4-
|vsce-short| Settings
4+
|vscode-short| Settings
55
=====================
66

77
.. default-domain:: mongodb

0 commit comments

Comments
 (0)