@@ -44,15 +44,13 @@ for each view in the selected database:
4444
4545- View name
4646- Collection from which the view was created
47- - Total size of all documents in the view
48- - Total size of all indexes on the collection
4947
5048Create a View
5149-------------
5250
53- To create a view, you must use the :ref:`compass-agg-builder`.
54- The output of your pipeline's final stage becomes the content of
55- the view.
51+ To create a view, you must use the :ref:`Aggregation Pipeline Builder
52+ <compass-agg-builder>`. The output of your pipeline's final stage becomes the
53+ content of the view.
5654
5755To create a view from your pipeline results:
5856
@@ -82,16 +80,15 @@ To open a view, either:
8280
8381- Click the desired view in the left-hand navigation.
8482
85- After you open a view, |compass-short| shows you that
86- view's :doc:`Documents Tab </ documents>`. |compass-short| provides the following
83+ After you open a view, |compass-short| shows you that view's :ref:`Documents Tab
84+ <compass- documents>`. |compass-short| provides the following
8785information and functionality for the view:
8886
89- - :doc:`/documents`
90- - :ref:`compass-agg-builder` to aggregate based on your view
91- - :doc:`/query-plan`
92- - :doc:`/indexes`
93- - :doc:`/schema`
94- - :doc:`/validation`
87+ - :ref:`Document management <compass-documents>`
88+ - :ref:`Aggregation Pipeline Builder <compass-agg-builder>`
89+ - :ref:`Indexes <compass-indexes>`
90+ - :ref:`Data schema <schema-tab>`
91+ - :ref:`Validation rules <validation>`
9592
9693Duplicate a View
9794----------------
@@ -105,7 +102,7 @@ To duplicate a view:
105102
106103#. Click the appearing :guilabel:`Ellipses (...)` button.
107104
108- #. In the dropdown , click :guilabel:`Duplicate View`.
105+ #. In the drop-down menu , click :guilabel:`Duplicate View`.
109106
110107#. Enter a name for the new view.
111108
@@ -125,12 +122,13 @@ Modify the Source of a View
125122
126123To modify the source of a view:
127124
128- 1. Click the desired view in the left navigation.
125+ 1. Hover over the desired view in the left navigation.
126+
127+ #. Click the appearing :guilabel:`Ellipses (...)` button.
129128
130- #. At the top of the view, click :guilabel:`Modify Source`. This
131- button opens the
132- :ref:`aggregation pipeline builder <compass-agg-builder>` and
133- populates the pipeline used to create the view.
129+ #. In the dropdown, click :guilabel:`Modify view`. This
130+ button opens the :ref:`aggregation pipeline builder <compass-agg-builder>`
131+ and populates the pipeline used to create the view.
134132
135133#. Modify the pipeline as desired. For detailed
136134 instructions on using the pipeline builder, see
0 commit comments