Skip to content

Commit ee75319

Browse files
DOCSP-46861-update-compass-for-new-version (#719)
* DOCSP-46861-update-compass-for-new-version * image fix * fix image render * update all compass pages that reference finding the compass settings * fix directional lang + add include * fix include * fix all includes * add missing sentence * reviewer changes * fix include * fix width * . * include formatting? * change pic width * add step in include * fix indentation and width * remove include from non procedural filegst
1 parent b30df27 commit ee75319

9 files changed

+35
-99
lines changed
54.4 KB
Loading
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. step:: To open the |compass| Settings Panel, click the gear icon on the left column of the |compass-short| home screen.
2+
3+
.. figure:: /images/compass/settings-gear-icon.png
4+
:width: 450px
5+
:alt: Settings gear icon location on MongoDB Compass UI
6+
7+
Alternatively, you can use keyboard shortcuts to open the :guilabel:`Settings`
8+
panel:
9+
10+
- Windows / Linux: ``Ctrl`` + ``,``
11+
12+
- Mac: ```` + ``,``
13+
14+
|compass-short| opens a dialog box where you can configure your |compass|
15+
settings.

source/settings/enable-dev-tools.txt

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you enable any of the following options, you cannot enable the
3131
:guilabel:`Enable DevTools` setting:
3232

3333
- :guilabel:`Set Read-Only Mode`
34-
- :guilabel:`maxTimeMS`
34+
- :guilabel:`Upper Limit for maxTimeMS for Compass Database Operations`
3535
- :guilabel:`Protect Connection String Secrets`
3636

3737
Steps
@@ -51,23 +51,7 @@ You can set the ``enableDevTools`` option in either:
5151
.. procedure::
5252
:style: normal
5353

54-
.. step:: In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`.
55-
56-
.. figure:: /images/compass/settings-panel-location.png
57-
:scale: 40%
58-
:alt: Settings panel location under the MongoDB Compass system menu
59-
60-
Alternatively, you can use keyboard shortcuts to open the
61-
:guilabel:`Settings` panel:
62-
63-
- Windows / Linux: ``Ctrl`` + ``,``
64-
65-
- Mac: ``⌘`` + ``,``
66-
67-
.. step:: In the :guilabel:`MongoDB Compass` menu, click :guilabel:`Settings`.
68-
69-
|compass-short| opens a dialog box where you can configure your |compass|
70-
settings.
54+
.. include:: /includes/fact-navigate-to-settings.rst
7155

7256
.. step:: Toggle :guilabel:`Enable DevTools`.
7357

source/settings/protect-connection-strings.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,7 @@ You can set the ``protectConnectionStrings`` option in either:
4949
.. procedure::
5050
:style: normal
5151

52-
.. step:: In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`.
53-
54-
.. figure:: /images/compass/settings-panel-location.png
55-
:scale: 40%
56-
:alt: Settings panel location under the MongoDB Compass system menu
57-
58-
Alternatively, you can use keyboard shortcuts to open the
59-
:guilabel:`Settings` panel:
60-
61-
- Windows / Linux: ``Ctrl`` + ``,``
62-
63-
- Mac: ``⌘`` + ``,``
64-
65-
.. step:: In the :guilabel:`MongoDB Compass` menu, click :guilabel:`Settings`.
66-
67-
|compass-short| opens a dialog box where you can configure your |compass|
68-
settings.
52+
.. include:: includes/fact-navigate-to-settings.rst
6953

7054
.. step:: Toggle :guilabel:`Protect Connection String Secrets`.
7155

source/settings/read-only.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,7 @@ You can enable the ``readOnly`` option in either:
4444
.. procedure::
4545
:style: normal
4646

47-
.. step:: In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`.
48-
49-
.. figure:: /images/compass/settings-panel-location.png
50-
:scale: 40%
51-
:alt: Settings panel location under the MongoDB Compass system menu
52-
53-
Alternatively, you can use keyboard shortcuts to open the
54-
:guilabel:`Settings` panel:
55-
56-
- Windows / Linux: ``Ctrl`` + ``,``
57-
58-
- Mac: ``⌘`` + ``,``
59-
60-
.. step:: In the :guilabel:`MongoDB Compass` menu, click :guilabel:`Settings`.
61-
62-
|compass-short| opens a dialog box where you can configure your |compass|
63-
settings.
47+
.. include:: includes/fact-navigate-to-settings.rst
6448

6549
.. step:: Toggle :guilabel:`Set Read-Only Mode`.
6650

source/settings/settings-reference.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,28 @@ interface.
2323
Settings Panel Location
2424
-----------------------
2525

26-
To find the |compass-short| :guilabel:`Settings` panel, open the
27-
:guilabel:`MongoDB Compass` system menu and select :guilabel:`Settings`.
26+
To open the |compass| Settings Panel, click the gear icon on the left column of the |compass-short| home screen.
2827

29-
.. figure:: /images/compass/settings-panel-location.png
30-
:scale: 40%
31-
:alt: Settings panel location under the MongoDB Compass system menu
28+
.. figure:: /images/compass/settings-gear-icon.png
29+
:width: 450px
30+
:alt: Settings gear icon location on MongoDB Compass UI
31+
32+
Alternatively, you can use keyboard shortcuts to open the :guilabel:`Settings`
33+
panel:
34+
35+
- Windows / Linux: ``Ctrl`` + ``,``
36+
37+
- Mac: ``⌘`` + ``,``
38+
39+
|compass-short| opens a dialog box where you can configure your |compass|
40+
settings.
3241

3342
You can also open the the |compass-short| :guilabel:`Settings` panel
3443
when connected to your cluster by doing the following:
3544

3645
1. Click the :icon-fa5:`ellipsis-h` next to your cluster name.
3746
2. Select :guilabel:`Compass Settings` from the dropdown.
3847

39-
Alternatively, you can use keyboard shortcuts to open the :guilabel:`Settings`
40-
panel:
41-
42-
- Windows / Linux: ``Ctrl`` + ``,``
43-
44-
- Mac: ``⌘`` + ``,``
45-
4648
Settings
4749
--------
4850

source/settings/show-kerberos-password.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,7 @@ You can enable the ``showKerberosPasswordField`` option in either:
4545
.. procedure::
4646
:style: normal
4747

48-
.. step:: In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`.
49-
50-
.. figure:: /images/compass/settings-panel-location.png
51-
:scale: 40%
52-
:alt: Settings panel location under the MongoDB Compass system menu
53-
54-
Alternatively, you can use keyboard shortcuts to open the
55-
:guilabel:`Settings` panel:
56-
57-
- Windows or Linux: ``Ctrl`` + ``,``
58-
59-
- MacOS: ``⌘`` + ``,``
60-
61-
.. step:: In the :guilabel:`MongoDB Compass` menu, click :guilabel:`Settings`.
62-
63-
|compass-short| opens a dialog box where you can configure your |compass|
64-
settings.
48+
.. include:: /includes/fact-navigate-to-settings.rst
6549

6650
.. step:: Toggle :guilabel:`Show Kerberos Password Field`.
6751

source/settings/telemetry.txt

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,24 +75,7 @@ To toggle telemetry from the |compass-short| settings:
7575
.. procedure::
7676
:style: normal
7777

78-
.. step:: Open the Settings window.
79-
80-
a. In the |compass-short| top menu bar, click :guilabel:`MongoDB Compass`
81-
82-
b. Click :guilabel:`Settings`
83-
84-
.. figure:: /images/compass/settings-panel-location.png
85-
:scale: 40%
86-
:alt: Settings window location under the MongoDB Compass system menu
87-
88-
.. tip::
89-
90-
Alternatively, you can use keyboard shortcuts to open the
91-
:guilabel:`Settings` window:
92-
93-
- Windows / Linux: ``Ctrl`` + ``,``
94-
95-
- Mac: ``⌘`` + ``,``
78+
.. include:: includes/fact-navigate-to-settings.rst
9679

9780
.. step:: In the left pane of the :guilabel:`Settings` window, click :guilabel:`Privacy`.
9881

0 commit comments

Comments
 (0)