-
Notifications
You must be signed in to change notification settings - Fork 74
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-46861-update-compass-for-new-version #719
Changes from 8 commits
b4816c8
822dff0
a93f688
2b98d4b
a3bb611
794f364
49b74ba
231c569
f70517d
72a2b37
b863174
70b65f7
07ca8bd
0bc5df4
5f993b7
2afcb11
749971a
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
To open the |compass| Settings Panel, click the gear icon on the left | ||
column of the |compass-short| home screen. | ||
|
||
.. figure:: /images/compass/settings-gear-icon.png | ||
:alt: Settings gear icon location on MongoDB Compass UI | ||
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. small nit, but do you think we can resize this image to be smaller? I don't think it needs to take up as much visual real estate as it currently does. You can adjust this with the |
||
|
||
Alternatively, you can use keyboard shortcuts to open the :guilabel:`Settings` | ||
panel: | ||
|
||
- Windows / Linux: ``Ctrl`` + ``,`` | ||
|
||
- Mac: ``⌘`` + ``,`` | ||
|
||
|compass-short| opens a dialog box where you can configure your |compass| | ||
settings. |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ If you enable any of the following options, you cannot enable the | |
:guilabel:`Enable DevTools` setting: | ||
|
||
- :guilabel:`Set Read-Only Mode` | ||
- :guilabel:`maxTimeMS` | ||
- :guilabel:`Upper Limit for maxTimeMS for Compass Database Operations` | ||
- :guilabel:`Protect Connection String Secrets` | ||
|
||
Steps | ||
|
@@ -51,23 +51,9 @@ You can set the ``enableDevTools`` option in either: | |
.. procedure:: | ||
:style: normal | ||
|
||
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. Note: I didn't add the recommended "Login to compass interface" step from the original ticket for concision purposes + to avoid redundancy. |
||
.. step:: In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`. | ||
.. step:: | ||
|
||
.. figure:: /images/compass/settings-panel-location.png | ||
:scale: 40% | ||
:alt: Settings panel location under the MongoDB Compass system menu | ||
|
||
Alternatively, you can use keyboard shortcuts to open the | ||
:guilabel:`Settings` panel: | ||
|
||
- Windows / Linux: ``Ctrl`` + ``,`` | ||
|
||
- Mac: ``⌘`` + ``,`` | ||
|
||
.. step:: In the :guilabel:`MongoDB Compass` menu, click :guilabel:`Settings`. | ||
|
||
|compass-short| opens a dialog box where you can configure your |compass| | ||
settings. | ||
.. include:: /includes/fact-navigate-to-settings.rst | ||
|
||
.. step:: Toggle :guilabel:`Enable DevTools`. | ||
|
||
|
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.
Just a heads up, the font for the text on this include is different from the other steps on each page. To mitigate that, we might want to include the
.. step::
directive in here and format the include accordingly within the procedure directive. For example like:^ That should render like normal.