Skip to content

Commit 3788770

Browse files
authored
DOCSP-44743-audit-compass-includes (#702)
* DOCSP-44743-audit-compass-includes * build errors
1 parent b1c8016 commit 3788770

36 files changed

+42
-104
lines changed

source/collections.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ single :ref:`database <compass-database-tab>`.
3131
Collections Screen
3232
------------------
3333

34-
.. include:: /includes/fact-collections-screen.rst
34+
.. include:: /includes/shared/fact-collections-screen.rst
3535

3636
Collection Information
3737
~~~~~~~~~~~~~~~~~~~~~~
@@ -70,14 +70,14 @@ Create a Collection
7070

7171
You can create new collections in an existing database.
7272

73-
.. include:: /includes/steps/create-collection.rst
73+
.. include:: /includes/shared/steps/create-collection.rst
7474

7575
.. _compass-drop-collection:
7676

7777
Drop a Collection
7878
-----------------
7979

80-
.. include:: /includes/steps/delete-collection.rst
80+
.. include:: /includes/shared/steps/delete-collection.rst
8181

8282
Collection Details
8383
------------------

source/create-agg-pipeline.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ your chosen view mode:
9999

100100
.. note::
101101

102-
.. include:: /includes/fact-agg-pipeline-preview-toggle.rst
102+
.. include:: /includes/shared/fact-agg-pipeline-preview-toggle.rst
103103

104104
For example, the following pipeline excludes the first
105105
:manual:`$match </reference/operator/aggregation/match/>` stage
@@ -132,7 +132,7 @@ your chosen view mode:
132132

133133
.. warning::
134134

135-
.. include:: /includes/fact-agg-pipeline-merge-out-confirm.rst
135+
.. include:: /includes/shared/fact-agg-pipeline-merge-out-confirm.rst
136136

137137
.. tab:: Stage Wizard
138138
:tabid: wizard
@@ -265,7 +265,7 @@ your chosen view mode:
265265

266266
.. note::
267267

268-
.. include:: /includes/fact-agg-pipeline-preview-toggle.rst
268+
.. include:: /includes/shared/fact-agg-pipeline-preview-toggle.rst
269269

270270
.. step:: Add additional pipeline stages
271271

source/databases.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ You can also :ref:`create <compass-create-database>` or
4141
Create a Database
4242
-----------------
4343

44-
.. include:: /includes/steps/create-database.rst
44+
.. include:: /includes/shared/steps/create-database.rst
4545

4646
.. _compass-drop-database:
4747
.. _compass-drop-a-db:
4848

4949
Drop a Database
5050
---------------
5151

52-
.. include:: /includes/steps/delete-database.rst
52+
.. include:: /includes/shared/steps/delete-database.rst
5353

5454
.. BEGIN-COMPASS-ONLY
5555

source/documents/insert.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To insert documents into your collection:
8787

8888
.. note::
8989

90-
.. include:: /includes/fact-automatic-objectid.rst
90+
.. include:: /includes/shared/fact-automatic-objectid.rst
9191

9292

9393
4. Click :guilabel:`Insert`.
@@ -106,7 +106,7 @@ To insert documents into your collection:
106106

107107
.. note::
108108

109-
.. include:: /includes/fact-automatic-objectid.rst
109+
.. include:: /includes/shared/fact-automatic-objectid.rst
110110

111111
Add New Fields
112112
~~~~~~~~~~~~~~

source/documents/modify.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Modify Single Document
1414

1515
You can edit existing documents in your collection.
1616

17-
.. include:: /includes/fact-modify-findOneAndUpdate.rst
17+
.. include:: /includes/shared/fact-modify-findOneAndUpdate.rst
1818

19-
.. include:: /includes/fact-modify-findOneAndReplace.rst
19+
.. include:: /includes/shared/fact-modify-findOneAndReplace.rst
2020

2121
.. BEGIN-COMPASS-ONLY
2222

@@ -97,9 +97,9 @@ documents in List, JSON, or Table view:
9797
:figwidth: 740px
9898
:alt: Document Update View
9999

100-
.. include:: /includes/fact-modify-findOneAndUpdate.rst
100+
.. include:: /includes/shared/fact-modify-findOneAndUpdate.rst
101101

102-
.. include:: /includes/fact-modify-prevent-overwrites.rst
102+
.. include:: /includes/shared/fact-modify-prevent-overwrites.rst
103103

104104
Save Changes
105105
~~~~~~~~~~~~
@@ -142,9 +142,9 @@ documents in List, JSON, or Table view:
142142
:figwidth: 696px
143143
:alt: Expand embedded objects in JSON view
144144

145-
.. include:: /includes/fact-modify-findOneAndReplace.rst
145+
.. include:: /includes/shared/fact-modify-findOneAndReplace.rst
146146

147-
.. include:: /includes/fact-modify-prevent-overwrites.rst
147+
.. include:: /includes/shared/fact-modify-prevent-overwrites.rst
148148

149149
.. tab:: Table View
150150
:tabid: table-view
@@ -158,9 +158,9 @@ documents in List, JSON, or Table view:
158158

159159
After you click the pencil icon, the document enters edit mode.
160160

161-
.. include:: /includes/fact-modify-findOneAndUpdate.rst
161+
.. include:: /includes/shared/fact-modify-findOneAndUpdate.rst
162162

163-
.. include:: /includes/fact-modify-prevent-overwrites.rst
163+
.. include:: /includes/shared/fact-modify-prevent-overwrites.rst
164164

165165
Delete Fields
166166
~~~~~~~~~~~~~

source/includes/fact-compass-platforms.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

source/includes/fact-create-view-from-pipeline.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

source/includes/query-history-view.png

Lines changed: 0 additions & 32 deletions
This file was deleted.

source/includes/collection-options.rst renamed to source/includes/shared/collection-options.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ If you want to use :manual:`custom collation
66
select the :guilabel:`Use Custom Collation` checkbox and select the
77
desired collation settings.
88

9+
.. BEGIN-COMPASS-ONLY
10+
911
If your deployment is connected using :guilabel:`In-Use Encryption`, you can
1012
use :v6.0:`Queryable Encryption </core/queryable-encryption/>` on the newly
1113
created collection. Check the :guilabel:`Queryable Encryption` option
@@ -16,3 +18,5 @@ and indicate the following encryption properties:
1618
- (Optional) :v6.0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
1719

1820
- (Optional) :v6.0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
21+
22+
.. END-COMPASS-ONLY

0 commit comments

Comments
 (0)