-
Notifications
You must be signed in to change notification settings - Fork 35
DOCSP-42971-vscode-nested-components #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
.. _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. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't comment on the applicable lines, but on this file and on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ajhuh-mdb Tried to fix the build errors seems like the new command is 'vscode-short'. Hopefully that works! |
||
Shell Commands | ||
-------------- | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,19 +1,17 @@ | ||||||
.. important:: | ||||||
|
||||||
To launch your selected MongoDB shell, you must: | ||||||
To launch your selected MongoDB shell, you must: | ||||||
|
To launch your selected MongoDB shell, you must: | |
To launch your selected MongoDB shell, you must: |
Check failure on line 9 in source/includes/admonitions/warn-configure-path.rst
GitHub Actions / TDBX Vale rules
[vale] reported by reviewdog 🐶
[MongoDB.ConciseTerms] 'must' is preferred over 'will need to'.
Raw Output:
{"message": "[MongoDB.ConciseTerms] 'must' is preferred over 'will need to'.", "location": {"path": "source/includes/admonitions/warn-configure-path.rst", "range": {"start": {"line": 9, "column": 59}}}, "severity": "ERROR"}
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
.. code-block:: shell | ||
:copyable: false | ||
:copyable: false | ||
|
||
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test | ||
mongodb+srv://<username>:<password>@gettingstarted-7q2cs.mongodb.net/test | ||
|
||
Then, in |vsce|, you would specify your | ||
:guilabel:`Hostname` as: | ||
|
||
.. code-block:: shell | ||
:copyable: false | ||
: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 </security-add-mongodb-users/#select-an-authentication-method>` | ||
, your username must be prefaced by "CN=" | ||
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__. | ||
For example, the username "X509User" must be | ||
provided as "CN=X509User". | ||
If you are using | ||
:atlas:`Atlas-managed certificates </security-add-mongodb-users/#select-an-authentication-method>` | ||
, your username must be prefaced by "CN=" | ||
per `RFC 2253 <https://tools.ietf.org/html/rfc2253>`__. | ||
For example, the username "X509User" must be | ||
provided as "CN=X509User". | ||
|
||
- id: ldap | ||
name: LDAP | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] since we changed the variable here, we want to make sure the header syntax has enough
=
s to cover the text. a new build error is popping up bc of this!