-
Notifications
You must be signed in to change notification settings - Fork 81
DOCSP-41054-view-screenshots-update #678
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 1 commit
8bba0c2
952b63b
4d3dfc2
6729252
2bbe6c6
3228607
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 |
|---|---|---|
|
|
@@ -42,7 +42,7 @@ to use: | |
| .. tab:: List View | ||
| :tabid: list-view | ||
|
|
||
| .. figure:: /images/compass/documents-view.png | ||
| .. figure:: /images/compass/documents-list.png | ||
| :figwidth: 700px | ||
| :alt: Documents list view | ||
|
|
||
|
|
@@ -53,7 +53,7 @@ to use: | |
|
|
||
| JSON View is available starting in Compass 1.20. | ||
|
|
||
| .. figure:: /images/compass/json-view.png | ||
| .. figure:: /images/compass/documents-json.png | ||
| :figwidth: 700px | ||
| :alt: Documents in JSON view | ||
|
|
||
|
|
@@ -64,7 +64,7 @@ to use: | |
| column headings. Reordering the columns is a strictly cosmetic | ||
| change and does not change the underlying data itself. | ||
|
|
||
| .. figure:: /images/compass/doc-table-view.png | ||
| .. figure:: /images/compass/documents-table.png | ||
| :figwidth: 696px | ||
| :alt: Documents in Table view | ||
|
|
||
|
|
@@ -113,10 +113,9 @@ Expand Embedded Objects and Arrays | |
| :figwidth: 696px | ||
| :alt: View nested elements in Table view | ||
|
|
||
| The following example displays the ``delays`` | ||
| object nested within the ``airlines`` collection documents. The | ||
| new tab displays the two properties of the ``delays`` object: | ||
| ``international`` and ``domestic``. | ||
| The following example displays the ``address`` | ||
| object nested within the ``restaurants`` collection documents. The | ||
| new tab displays the five properties of the ``address`` object: | ||
|
|
||
| .. figure:: /images/compass/doc-table-view-nested.png | ||
|
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. (suggestion -- existing content) 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. I made the image smaller so that it aligns better with the rest of the images but is still large enough to show the encrypted field |
||
| :figwidth: 696px | ||
|
|
||
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.
(suggestion)
It took me a minute to understand that the contents of the page changed for the rest of the page depending on what tab you select here. It might be worth mentioning.
Happy to chat if you want!
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.
I changed the wording to make it more clear that the selected view is shown in all examples