Skip to content

Commit a61a3f3

Browse files
committed
replace :doc: directives
1 parent 150bead commit a61a3f3

18 files changed

+62
-58
lines changed

source/collections.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The :guilabel:`Collections` screen displays the following
3939
information for each collection in the selected database:
4040

4141
- Collection name
42-
- Number of :doc:`documents </documents>` in the collection
42+
- Number of :ref:`documents <compass-documents>` in the collection
4343

4444
.. note::
4545

@@ -55,7 +55,7 @@ information for each collection in the selected database:
5555

5656
- Average size of documents in the collection
5757
- Total size of all documents in the collection
58-
- Number of :doc:`indexes </indexes>` on the collection
58+
- Number of :ref:`indexes <compass-indexes>` on the collection
5959
- Total size of all indexes on the collection
6060
- :manual:`Collation </reference/collation/>` properties for the
6161
collection. Hover over a :guilabel:`Collation` banner to view
@@ -92,23 +92,23 @@ collection details, either:
9292
- Open the collection in a :ref:`new tab <tabbed-view>`.
9393

9494
After you select a collection, |compass-short| shows you that
95-
collection's :doc:`Documents tab </documents>`. |compass-short| provides
95+
collection's :ref:`Documents tab <compass-documents>`. |compass-short| provides
9696
the following collection information and functionality in the detailed
9797
view:
9898

99-
- :doc:`/documents`
99+
- :ref:`compass-documents`
100100

101-
- :doc:`Import and Export Data </import-export/>` to / from the collection
101+
- :ref:`compass-import-export` to and from the collection
102102

103103
- :ref:`compass-agg-builder`
104104

105-
- :doc:`Schema Analysis </schema>`
105+
- :ref:`Schema Analysis <schema-tab>`
106106

107-
- :doc:`/query-plan`
107+
- :ref:`explain-plans`
108108

109-
- :doc:`/indexes`
109+
- :ref:`compass-indexes`
110110

111-
- :doc:`/validation`
111+
- :ref:`validation`
112112

113113
.. note:: Data Lake Limitations
114114

source/connect/connections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ to interact with to open the :guilabel:`Databases` tab. When you open a
6060
database, MongoDB opens a new tab and labels it with the name of the
6161
MongoDB instance that contains that database. For more information about
6262
the :guilabel:`Databases` tab and instructions on viewing a database,
63-
see :doc:`Databases </databases>`.
63+
see :ref:`Databases <database-tab>`.
6464

6565
Connection Options
6666
------------------

source/connect/required-access.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ privileges:
2424
- MongoDB Built-In Role
2525

2626
* - :guilabel:`Home/MongoDB Instance`
27-
- :doc:`View performance </performance>`
27+
- :ref:`View performance <compass-performance>`
2828
- | :authaction:`dbStats`
2929
| :authaction:`getCmdLineOpts`
3030
| :authaction:`inprog`
@@ -53,41 +53,41 @@ privileges:
5353
- :authrole:`readWrite`
5454

5555
* - :guilabel:`Schema`
56-
- :doc:`Query/View a Schema </schema>`
56+
- :ref:`Query/View a Schema <schema-tab>`
5757
- :authaction:`find`
5858
- :authrole:`read`
5959

6060
* - :guilabel:`Documents`
61-
- :doc:`Query/View a Document </documents>`
61+
- :ref:`Query/View a Document <compass-documents>`
6262
- :authaction:`find`
6363
- :authrole:`read`
6464

6565
* - :guilabel:`Documents`
66-
- :doc:`Clone, insert, update, delete a document </documents>`
66+
- :ref:`Clone, insert, update, delete a document <compass-documents>`
6767
- | :authaction:`find`
6868
| :authaction:`insert`
6969
| :authaction:`update`
7070
| :authaction:`remove`
7171
- :authrole:`readWrite`
7272

7373
* - :guilabel:`Indexes`
74-
- :doc:`View an index </indexes>`
74+
- :ref:`View an index <compass-indexes>`
7575
- :authaction:`listIndexes`
7676
- :authrole:`read`
7777

7878
* - :guilabel:`Indexes`
79-
- :doc:`Create, drop an index </indexes>`
79+
- :ref:`Create, drop an index <compass-indexes>`
8080
- | :authaction:`createIndex`
8181
| :authaction:`dropIndex`
8282
- :authrole:`readWrite`
8383

8484
* - :guilabel:`Explain Plan`
85-
- :doc:`Query/View a query plan </query-plan>`
85+
- :ref:`Query/View a query plan <explain-plans>`
8686
- :authaction:`find`
8787
- :authrole:`read`
8888

8989
* - :guilabel:`Validation`
90-
- :doc:`View rules </validation>`
90+
- :ref:`View rules <validation>`
9191
- :authaction:`listCollections`
9292
- :authrole:`read`
9393

source/databases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ deployment name in the :guilabel:`Connections Sidebar`.
2828
:alt: Databases View
2929

3030
From this view, you can click a database name in the sidebar to view its
31-
:doc:`collections </collections>`. Alternatively, you can view
31+
:ref:`collections <collection-tab>`. Alternatively, you can view
3232
database collections by clicking the desired database in the left-hand navigation.
3333

3434
You can also :ref:`create <create-database>` or

source/documents.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ specify query options.
3131

3232
.. seealso::
3333

34-
- :doc:`/documents/view`
35-
- :doc:`/documents/insert`
36-
- :doc:`/documents/modify`
34+
- :ref:`compass-view-documents`
35+
- :ref:`insert-documents`
36+
- :ref:`compass-modify-documents`
3737
- :ref:`compass-bulk-update`
38-
- :doc:`/documents/clone`
39-
- :doc:`/documents/delete`
38+
- :ref:`clone-documents`
39+
- :ref:`compass-delete-documents`
4040
- :ref:`compass-bulk-delete`
4141

4242
.. toctree::

source/editions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ suit your needs.
4545
- |checkmark|
4646
- |checkmark|
4747

48-
* - :doc:`Schema Analysis </schema>`
48+
* - :ref:`Schema Analysis <schema-tab>`
4949
- |checkmark|
5050
- |checkmark|
5151
- |checkmark|
5252

53-
* - :doc:`Real Time Server Stats </performance>`
53+
* - :ref:`Real Time Server Stats <compass-performance>`
5454
- |checkmark|
5555
- |checkmark|
5656
- |checkmark|

source/import-export.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Import and Export Data
2525
:keywords: atlas
2626

2727
You can use |compass| to import and export data to and from
28-
:doc:`collections </collections>`. |compass-short| supports import and
28+
:ref:`collections <collection-tab>`. |compass-short| supports import and
2929
export for both **JSON** and **CSV** files. To import or export data to
3030
or from a collection, navigate to the detailed collection view by either
31-
selecting the collection from the :doc:`Databases </databases>` tab or
31+
selecting the collection from the :ref:`Databases <database-tab>` tab or
3232
clicking the collection in the left-side navigation.
3333

3434
.. note::
@@ -190,15 +190,15 @@ Procedure
190190
.. procedure::
191191
:style: normal
192192

193-
.. step:: Connect to the deployment containing the :doc:`collection </collections>` you wish to export data from.
193+
.. step:: Connect to the deployment containing the :ref:`collection <collection-tab>` you wish to export data from.
194194

195195
To learn how to connect to a deployment, see
196196
:ref:`connect-run-compass`.
197197

198198
.. step:: Navigate to your target collection.
199199

200200
You can either select the collection from the
201-
:doc:`Collections </collections>` tab or click the collection
201+
:ref:`Collections <collection-tab>` tab or click the collection
202202
in the left-hand pane.
203203

204204
.. step:: Create an aggregation pipeline and run for results.

source/includes/fact-collections-screen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ list item includes the name and other general information for
55
the collection or view.
66

77
To access the :guilabel:`Collections` screen for a database, from the
8-
:doc:`Databases screen </databases>` either:
8+
:ref:`Databases screen <database-tab>` either:
99

1010
- Click a :guilabel:`Database Name` in the main :guilabel:`Databases`
1111
view, or

source/includes/starting-compass-paste-string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.. step:: Connect to your cluster.
5151

5252
Click :guilabel:`Save` or :guilabel:`Save & Connect` to navigate to the
53-
|compass-short| :doc:`Home Page </instance>`.
53+
|compass-short| :ref:`Home Page <compass-home-screen>`.
5454

5555
.. important:: Required Access
5656

source/includes/steps-export-filter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Connect to the deployment containing the
2-
:doc:`collection </collections>` you wish to export data from.
2+
:ref:`collection <collection-tab>` you wish to export data from.
33
level: 4
44
ref: connect-deployment
55
content: |
@@ -11,7 +11,7 @@ level: 4
1111
ref: select-collection
1212
content: |
1313
You can either select the collection from the
14-
:doc:`Collections </collections>` tab or click the collection in the
14+
:ref:`Collections <collection-tab>` tab or click the collection in the
1515
left-hand pane.
1616
---
1717
title: Specify a filter in the :guilabel:`query bar`.

0 commit comments

Comments
 (0)