Skip to content

Commit af7356c

Browse files
authored
Merge branch 'master' into DOCSP-41058
2 parents 37ee912 + 98718ec commit af7356c

34 files changed

+113
-46
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ toc_landing_pages = [
3232

3333
[constants]
3434
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
35-
current-version = "1.43.5"
35+
current-version = "1.44.5"
3636
atlas = "MongoDB Atlas"
3737
qe = "Queryable Encryption"
3838
qe-preview = "{+qe+} Public Preview"

source/documents/modify.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ documents in List, JSON, or Table view:
7171

7272
To add a new field in the document after an existing field, hover
7373
over the row number in the dialog and click on the plus sign. The
74-
row number is not part of the document but is part of the dialog display.
74+
row number is not part of the document but is part of the dialog
75+
display.
76+
77+
.. figure:: /images/compass/add-field.png
78+
:figwidth: 740px
79+
:alt: Add a field to a document
7580

7681
You can also add a new field at the end of the document by
7782
pressing the tab key when your text cursor is in the value of the
@@ -81,8 +86,8 @@ documents in List, JSON, or Table view:
8186
~~~~~~~~~~~~~~~~~~~~~~~~
8287

8388
To modify documents, click on existing field names or
84-
values and make changes. In this example, the airline was
85-
changed from ``4`` to ``2``. Changed fields appear highlighted in
89+
values and make changes. In this example, the ``borough`` was
90+
changed from ``Manhattan`` to ``Queens``. Changed fields appear highlighted in
8691
yellow:
8792

8893
.. figure:: /images/compass/update-field.png

source/images/compass/add-field.png

Lines changed: 32 additions & 0 deletions
Loading
225 KB
Loading
323 KB
Loading
172 KB
Loading
62.1 KB
Loading

source/images/compass/edit-doc.png

171 KB
Loading
239 KB
Loading
29.1 KB
Loading

0 commit comments

Comments
 (0)