Skip to content

Commit 4bb7741

Browse files
(DOCSP-25246): Update screenshots for new Toolbar UI (#437)
* WIP * WIP * more screenshots * fix image scaling * add more Favorites screenshots
1 parent e19b454 commit 4bb7741

27 files changed

+15
-24
lines changed

source/collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ collection details, either:
8989
- Open the collection in a :ref:`new tab <tabbed-view>`.
9090

9191
.. figure:: /images/compass/select-collection.png
92-
:scale: 90%
92+
:figwidth: 650px
9393
:alt: Select a collection
9494

9595
After you select a collection, |compass-short| shows you that

source/connect/favorite-connections.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ Save after Connecting to a Deployment
3333

3434
.. include:: /includes/steps/favorite-connection-save-deployment.rst
3535

36-
Once you save your favorite connection, |compass-short| displays the
37-
connection in the :guilabel:`Favorites` section of the left navigation
38-
panel.
39-
40-
.. figure:: /images/compass/saved-favorite-connection.png
41-
:figwidth: 600px
42-
:alt: Saved Favorite Connection
43-
4436
Edit a Favorite Connection
4537
--------------------------
4638

source/export-query-to-language.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Procedure
2020
:ref:`query bar <compass-query-bar>`, click :icon-mms:`ellipsis` to
2121
the right of the :guilabel:`Reset` button.
2222

23-
#. Select :guilabel:`Export to Language`:
23+
#. Click the :guilabel:`Export to Language` button ``</>``:
2424

2525
.. figure:: /images/querybar/export-query-to-language-menu-option.png
2626
:figwidth: 600px
-29.4 KB
Loading
194 KB
Loading
164 KB
Loading
10.3 KB
Loading
-54.4 KB
Loading

source/images/compass/index-view.png

145 KB
Loading
153 KB
Loading

source/images/compass/max-time-ms.png

47.6 KB
Loading
Loading
Loading
28.6 KB
Loading

source/images/compass/query-plan.png

178 KB
Loading

source/images/compass/query-plan3.png

213 KB
Loading
-49.5 KB
Loading
98.9 KB
Loading
Loading
Loading
8.23 KB
Loading
22 KB
Loading
64.7 KB
Loading

source/query-plan.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline appears as a node on the tree. This makes sharded cluster
3030
outputs easier to understand and visualize.
3131

3232
.. figure:: /images/compass/explain-tree.png
33-
:figwidth: 808px
33+
:figwidth: 500px
3434
:alt: Explain tree
3535

3636
Raw JSON
@@ -39,7 +39,7 @@ Raw JSON
3939
You can also view the explain details in raw JSON format:
4040

4141
.. figure:: /images/compass/query-plan3.png
42-
:figwidth: 785px
42+
:figwidth: 600px
4343
:alt: Query plan JSON
4444

4545
To learn more about execution plans, see the

source/query/filter.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Set Query Filter
2929

3030
.. example::
3131

32-
The following filter only returns documents which have a ``Country``
33-
value of ``Brazil``:
32+
The following filter only returns documents which have a ``title``
33+
value of ``Jurassic Park``:
3434

3535
.. code-block:: json
3636

37-
{ Country: "Brazil" }
37+
{ "title": "Jurassic Park" }
3838

3939
#. .. include:: /includes/run-query.rst
4040

source/query/recent.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can view up to 20 of the most recent queries for that collection.
1111
Click a query in the list to populate the query bar with that query.
1212

1313
.. figure:: /images/compass/query-history-select.png
14+
:figwidth: 500px
1415
:alt: Compass query history
1516

1617
You can also hover over a query and perform the following actions:
@@ -35,4 +36,4 @@ You can also hover over a query and perform the following actions:
3536
.. seealso::
3637

3738
To learn how to write queries to filter your data, see
38-
:ref:`query-bar`.
39+
:ref:`query-bar`.

source/schema.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ additional data about the contents of the fields, such as the
2525
minimum and maximum values of dates and integers, the frequency of
2626
occurrence of particular values, and the cardinality of the data.
2727

28-
MongoDB has a
29-
:manual:`flexible schema model </core/data-modeling-introduction/>`,
30-
which means that some fields may
31-
contain different types of data from one document to the next.
32-
33-
.. example::
34-
A field named ``address`` may contain strings and integers in some documents, objects in others, or some combination of all three.
28+
MongoDB has a :manual:`flexible schema model
29+
</core/data-modeling-introduction/>`, which means that some fields may
30+
contain different types of data from one document to the next. For
31+
example, a field named ``address`` may contain strings and integers in
32+
some documents, objects in others, or some combination of all three.
3533

3634
In the case of heterogenous fields, the :guilabel:`Schema` tab shows a
3735
breakdown of the various data types contained within the field with the
@@ -64,7 +62,7 @@ percentage of each data type represented.
6462
shows the minimum, maximum, and average array lengths.
6563

6664
.. figure:: /images/compass/collection-schema.png
67-
:figwidth: 750px
65+
:figwidth: 700px
6866
:alt: Example of a collection's schema
6967

7068
Query Bar

0 commit comments

Comments
 (0)