-
Notifications
You must be signed in to change notification settings - Fork 43
DOCSP-42372: Change username and password placeholders #568
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
DOCSP-42372: Change username and password placeholders #568
Conversation
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.
lgtm + a couple things!
source/fundamentals/indexes.txt
Outdated
.. literalinclude:: | ||
:language: csharp |
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.
I: This code block is no longer rendering on the staging site - I think you can just change it back to how it was
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.
Not sure why so many unrelated changes/modifications/deletions got included in this commit, let me investigate to make sure I pulled in the latest changes correctly
source/usage-examples.txt
Outdated
@@ -66,7 +66,7 @@ to learn how to allow connections to your instance of Atlas and to find the | |||
:manual:`connection string </reference/connection-string/>` you use to replace the | |||
``uri`` variable in usage examples. If your instance uses | |||
:manual:`SCRAM authentication </core/security-scram/>`, you can replace | |||
``<user>`` with your username, ``<password>`` with your password, and | |||
``<db_username>`` with your username, ``<db_password>`` with your password, and |
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.
S:
``<db_username>`` with your username, ``<db_password>`` with your password, and | |
``<db_username>`` with your database username, ``<db_password>`` with your database password, and |
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
DOCSP-42372: Change username and password placeholders
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-42372
Staging - https://preview-mongodbmcmorisi.gatsbyjs.io/java/DOCSP-42372-username-password/
Self-Review Checklist