Skip to content

Commit a210ada

Browse files
Updating pipeline and binary titles
1 parent 278073f commit a210ada

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

source/commands.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ connected to your deployment.
112112
:ref:`setting <vsce-settings>`. |vsce| supports the following
113113
shells:
114114

115-
- Legacy :binary:`~mongo` shell
115+
- Legacy :binary:`mongo <mongo>` shell
116116
- ``mongosh`` shell.
117117

118-
To learn how to install the legacy :binary:`~mongo` shell, see
119-
:manual:`Instal MongoDB </installation>`.
118+
To learn how to install the legacy :binary:`mongo <mongo>`
119+
shell, see :manual:`Instal MongoDB </installation>`.
120120

121121
Playground Commands
122122
-------------------

source/includes/steps-starting-vsce-individual-fields.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ content: |
401401
ssh -L 27000:hostname-a.com:27017 [email protected] -fN
402402
403403
Using this SSH tunnel, you can now connect |vsce| (or
404-
the :binary:`~bin.mongo` shell) to ``localhost:27000`` to
405-
connect to the deployment running on
404+
the :binary:`mongo <mongo>` shell) to
405+
``localhost:27000`` to connect to the deployment running on
406406
``hostname-a.com``.
407407
408408
.. note::

source/index.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ You can use MongoDB for |vscode-short| to:
2828

2929
- :ref:`Connect to a MongoDB Cluster <vsce-connect>`.
3030

31-
- Once you connect to a cluster, you can launch the :binary:`~mongo`
32-
shell and automatically connect the shell to your cluster.
31+
- Once you connect to a cluster, you can launch the
32+
:binary:`mongo <mongo>` shell and automatically connect the shell
33+
to your cluster.
3334

3435
- :ref:`Navigate your databases, collections, and documents
3536
<vsce-databases-collections>`.

source/run-agg-pipelines.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ This pipeline:
105105
|
106106

107107
First Stage
108-
The :pipeline:`$match` stage filters the data such that only sales
109-
from the year 2014 are passed to the next stage.
108+
The :pipeline:`$match <$match>` stage filters the data such that
109+
only sales from the year 2014 are passed to the next stage.
110110

111111
Second Stage
112-
The :pipeline:`$group` stage groups the data by item. The stage
113-
adds a new field to the output called ``totalSaleAmount``, which
114-
is the culmination of the item's ``price`` and ``quantity``.
112+
The :pipeline:`$group <$group>` stage groups the data by item. The
113+
stage adds a new field to the output called ``totalSaleAmount``,
114+
which is the culmination of the item's ``price`` and ``quantity``.
115115

116116
When you press the :guilabel:`Play Button`, this operation outputs the
117117
following documents to the :guilabel:`Output` view in Visual Studio

0 commit comments

Comments
 (0)