Skip to content

Commit d9321a7

Browse files
committed
feedback
1 parent cab1888 commit d9321a7

File tree

2 files changed

+25
-45
lines changed

2 files changed

+25
-45
lines changed

source/includes/steps-open-mongodb-view.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "In |vscode-short|, click the :guilabel:`MongoDB` icon in the :guilabel:`Activity Bar`."
2+
title: In |vscode-short|, click the :guilabel:`MongoDB` icon in the :guilabel:`Activity Bar`.
33
level: 4
44
ref: open-mongodb-view
55
content: |
Lines changed: 24 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,37 @@
1-
---
2-
title: Connect from the Atlas CLI.
3-
level: 4
4-
ref: vsce-enter-connection-info-cli
5-
content: |
1+
.. procedure::
2+
:style: normal
63

7-
In your terminal, run ``atlas auth login`` to authenticate with your
8-
Atlas login credentials. To learn more,
9-
see :atlascli:`Connect from the Atlas CLI </connect-atlas-cli/>`.
4+
.. step:: Connect from the Atlas CLI.
105

11-
---
12-
title: Run the connection command.
13-
level: 4
14-
ref: vsce-run-connect-command
15-
content: |
6+
In your terminal, run ``atlas auth login`` to authenticate with your
7+
Atlas login credentials. To learn more,
8+
see :atlascli:`Connect from the Atlas CLI </connect-atlas-cli/>`.
169

17-
Run ``atlas deployment connect`` in your terminal.
10+
.. step:: Run the connection command.
1811

19-
.. code-block::
12+
Run ``atlas deployment connect`` in your terminal.
2013

21-
atlas deployment connect
14+
.. code-block::
2215

16+
atlas deployment connect
2317

24-
---
25-
title: Select your deployment.
26-
level: 4
27-
ref: vsce-select-deployment
28-
content: |
18+
.. step:: Select your deployment.
2919

30-
Select the deployment you wish to connect to from your list of deployments.
20+
Select the deployment you wish to connect to from your list of deployments.
21+
22+
.. step:: Select |vsce| as your connection method.
3123

32-
33-
---
34-
title: Select |vsce| as your connection method.
35-
level: 4
36-
ref: vsce-select-connection-method
37-
content: |
24+
The Atlas CLI prompts you to select your connection method. Select
25+
**"vscode - MongoDB for VsCode"**.
3826

39-
The Atlas CLI prompts you to select your connection method. Select
40-
**"vscode - MongoDB for VsCode"**.
27+
.. step:: Open |vscode-short| and click the :guilabel:`MongoDB` icon in the :guilabel:`Activity Bar`.
4128

29+
.. figure:: /images/vsce-mongodb-extension-sidemenu.png
30+
:figwidth: 600px
31+
:alt: Image VSCode side bar menu.
4232

43-
---
44-
title: Open |vscode-short| and click the :guilabel:`MongoDB` icon in the :guilabel:`Activity Bar`.
45-
level: 4
46-
ref: vsce-open-connections
47-
content: |
33+
You can view your connected deployment under :guilabel:`Connections`.
4834

49-
.. figure:: /images/vsce-mongodb-extension-sidemenu.png
50-
:figwidth: 600px
51-
:alt: Image VSCode side bar menu.
52-
53-
You can view your connected deployment under :guilabel:`Connections`.
54-
55-
.. figure:: /images/vsce-expand-connections.png
56-
:figwidth: 600px
57-
:alt: Image showing connections pane
35+
.. figure:: /images/vsce-expand-connections.png
36+
:figwidth: 600px
37+
:alt: Image showing connections pane

0 commit comments

Comments
 (0)