File tree Expand file tree Collapse file tree 5 files changed +12
-15
lines changed Expand file tree Collapse file tree 5 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ See the following documents within this repository that provide a more
32
32
thorough overview of the documentation style, and process. These links
33
33
point back to the MongoDB Manual materials:
34
34
35
- - `Style Guide <http ://docs .mongodb.org/manual /meta/style-guide> `_
36
- - `Documentation Practices <http ://docs .mongodb.org/manual /meta/practices >`_
37
- - `Documentation Organization <http://docs .mongodb.org/manual /meta/organization >`_
38
- - ` Build Instructions < http://docs.mongodb.org/manual/meta/build >`_
35
+ - `Style Guide <https ://www .mongodb.com/docs /meta/style-guide/ `_
36
+ - `Documentation Practices <https ://www .mongodb.com/docs /meta/practices >`_
37
+ - `Documentation Organization <http://www .mongodb.com/docs /meta/organization >`_
38
+
39
39
40
40
File issue reports or requests at the `Documentation Jira Project
41
41
<https://jira.mongodb.org/browse/DOCS> `_.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site
3
- base_url =" https://docs. mongodb.org /mongodb-vscode/"
3
+ base_url =" https://mongodb.com/docs /mongodb-vscode/"
4
4
store_into =" build/master/sitemap.xml.gz"
5
5
verbose =" 1"
6
6
>
7
7
8
8
<directory
9
9
path=" build/public/"
10
- url=" https://docs. mongodb.org /mongodb-vscode/"
10
+ url=" https://mongodb.com/docs /mongodb-vscode/"
11
11
default_file=" index.html"
12
12
/>
13
13
<filter action =" drop" type =" wildcard" pattern =" *~" />
Original file line number Diff line number Diff line change 1
1
name = " mongodb-vscode"
2
2
title = " MongoDB for VS Code"
3
3
4
- intersphinx = [" https://docs .mongodb.com/manual/objects.inv" ]
4
+ intersphinx = [" https://www .mongodb.com/docs /manual/objects.inv" ]
5
5
6
6
toc_landing_pages = [" /playgrounds" , " /crud-ops" , " /playground-databases" ]
7
7
Original file line number Diff line number Diff line change @@ -111,18 +111,17 @@ deployment from which you were disconnected:
111
111
Launch MongoDB Shell
112
112
~~~~~~~~~~~~~~~~~~~~
113
113
114
- You can connect the
115
- `MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or legacy
114
+ You can connect the :mongosh:`MongoDB Shell </>` or legacy
116
115
:binary:`mongo <mongo>` shell to your active deployment.
117
116
117
+
118
118
Considerations
119
119
``````````````
120
120
121
121
- The shell that |vsce| uses to connect to your deployment is
122
122
determined by the :guilabel:`Shell` setting in your
123
123
:ref:`extension settings <vsce-settings>`. You can choose either
124
- the `MongoDB Shell <https://docs.mongodb.com/mongodb-shell/>`__ or
125
- legacy :binary:`mongo <mongo>` shell.
124
+ the :mongosh:`MongoDB Shell </>` or the legacy :binary:`mongo <mongo>` shell.
126
125
127
126
- The path to your selected shell must exist in your system's ``PATH``.
128
127
If it does not exist in your ``PATH``, the operation errors.
@@ -142,8 +141,7 @@ the shell connected to your selected deployment.
142
141
143
142
.. seealso::
144
143
145
- `Perform CRUD Operations in the MongoDB Shell
146
- <https://docs.mongodb.com/mongodb-shell/crud>`__
144
+ :mongosh:`Perform CRUD Operations in the MongoDB Shell </crud>`
147
145
148
146
.. _vsce-rename-connection:
149
147
Original file line number Diff line number Diff line change 16
16
shell, see :manual: `The mongo Shell </mongo> `.
17
17
18
18
- To install the ``mongosh `` shell and for instructions on
19
- configuring your ``PATH `` variable, see
20
- `Install the MongoDB Shell <https://docs.mongodb.com/mongodb-shell/install >`__.
19
+ configuring your ``PATH `` variable, see :mongosh: `Install the MongoDB Shell </install> `.
You can’t perform that action at this time.
0 commit comments