-
Notifications
You must be signed in to change notification settings - Fork 1.7k
(DOCSP-17931): Added Atlas connection string note. #5755
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 2 commits
03343f5
99a7567
2b59589
dd9cc86
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 |
|---|---|---|
|
|
@@ -122,6 +122,23 @@ Examples | |
|
|
||
| .. include:: /includes/fact-pct-encode-uri.rst | ||
|
|
||
| - id: atlas | ||
| name: Atlas Deployment | ||
| content: | | ||
|
|
||
| .. note:: | ||
|
|
||
| The MongoDB Atlas UI provides the connection strings for | ||
| you when you :atlas:`connect to a database deployment | ||
|
||
| </connect-to-database-deployment/>`. To register a new | ||
| Atlas account, start at the | ||
| :mdbacct:`MongoDB Atlas registration page | ||
| </register?tck=docs_atlas>`. | ||
|
|
||
| .. code-block:: bash | ||
|
Collaborator
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. Suggest providing a little context for this code-block. Maybe we can precede it with something like: "Your Atlas connection string may resemble the following: " |
||
|
|
||
| mongosh "mongodb+srv://cluster0.example.mongodb.net myFirstDatabase" --username JohnDoe | ||
|
|
||
| For more examples, see :ref:`connections-connection-examples`. | ||
|
|
||
| Components | ||
|
|
||
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.
My suggestion would be to not make this a note and just have it be regular in-line copy. That might help this flow a bit more naturally.