Skip to content

Commit d64d453

Browse files
* update qe tut * update qe tuts * update csfle tuts * remove output from tuts that do not produce this output * remove output from code block that does not produce output * add deleted back in
1 parent 7c88f2b commit d64d453

File tree

23 files changed

+22
-9
lines changed

23 files changed

+22
-9
lines changed

source/includes/queryable-encryption/quick-start/dek.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,4 @@ The output from the code in this section should resemble the following:
226226

227227
.. literalinclude:: /includes/queryable-encryption/quick-start/dek-output.out
228228
:language: text
229+
:copyable: false

source/includes/queryable-encryption/quick-start/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The output of the preceding code snippet should look like this:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/find-output.out
7474
:language: text
75+
:copyable: false

source/includes/queryable-encryption/quick-start/insert.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@ encrypts the fields of your document such that it resembles the following:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/inserted-doc-enc.json
7474
:language: json
75+
:copyable: false
7576

7677
.. include:: /includes/queryable-encryption/safe-content-warning.rst

source/includes/queryable-encryption/tutorials/automatic/aws/dek.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ The output from the code in this section should resemble the following:
296296

297297
.. literalinclude:: /includes/queryable-encryption/quick-start/dek-output.out
298298
:language: text
299+
:copyable: false
299300

300301
.. tip:: Learn More
301302

source/includes/queryable-encryption/tutorials/automatic/aws/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The output of the preceding code snippet should look like this:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/find-output.out
7474
:language: text
75+
:copyable: false

source/includes/queryable-encryption/tutorials/automatic/azure/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The output of the preceding code snippet should look like this:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/find-output.out
7474
:language: text
75+
:copyable: false

source/includes/queryable-encryption/tutorials/automatic/azure/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ encrypts the fields of your document such that it resembles the following:
7777

7878
.. literalinclude:: /includes/queryable-encryption/quick-start/inserted-doc-enc.json
7979
:language: json
80-
:copyable:
80+
:copyable: false
8181

8282
.. include:: /includes/queryable-encryption/safe-content-warning.rst

source/includes/queryable-encryption/tutorials/automatic/gcp/dek.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ The output from the code in this section should resemble the following:
298298

299299
.. literalinclude:: /includes/queryable-encryption/quick-start/dek-output.out
300300
:language: text
301+
:copyable: false
301302

302303
.. tip:: Learn More
303304

source/includes/queryable-encryption/tutorials/automatic/gcp/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The output of the preceding code snippet should look like this:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/find-output.out
7474
:language: text
75+
:copyable: false

source/includes/queryable-encryption/tutorials/automatic/gcp/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ encrypts the fields of your document such that it resembles the following:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/inserted-doc-enc.json
7474
:language: json
75-
:copyable:
75+
:copyable: false
7676

7777
.. include:: /includes/queryable-encryption/safe-content-warning.rst

source/includes/queryable-encryption/tutorials/automatic/kmip/dek.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,3 @@
198198
:language: go
199199
:dedent:
200200
:caption: make-data-key.go
201-

source/includes/queryable-encryption/tutorials/automatic/kmip/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ The output of the preceding code snippet should look like this:
7272

7373
.. literalinclude:: /includes/queryable-encryption/quick-start/find-output.out
7474
:language: text
75+
:copyable: false

source/includes/queryable-encryption/tutorials/automatic/kmip/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ encrypts the fields of your document such that it resembles the following:
7676

7777
.. literalinclude:: /includes/queryable-encryption/quick-start/inserted-doc-enc.json
7878
:language: json
79-
:copyable:
79+
:copyable: false
8080

8181
.. include:: /includes/queryable-encryption/safe-content-warning.rst

source/includes/quick-start/dek.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@
138138
The output from the code above should resemble the following:
139139

140140
.. code-block:: none
141+
:copyable: false
141142
142143
DataKeyId [base64]: 3k13WkSZSLy7kwAAP4HDyQ==

source/includes/quick-start/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ The output of the preceding code snippet should look like this:
6262

6363
.. literalinclude:: /includes/quick-start/find-output.out
6464
:language: json
65+
:copyable: false

source/includes/quick-start/insert.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ encrypts the fields of your document such that it resembles the following:
6767

6868
.. literalinclude:: /includes/quick-start/inserted-doc-enc.json
6969
:language: json
70+
:copyable: false

source/includes/tutorials/automatic/aws/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ The output of the preceding code snippet should look like this:
6262

6363
.. literalinclude:: /includes/quick-start/find-output.out
6464
:language: json
65+
:copyable: false

source/includes/tutorials/automatic/azure/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ The output of the preceding code snippet should look like this:
6262

6363
.. literalinclude:: /includes/quick-start/find-output.out
6464
:language: json
65+
:copyable: false

source/includes/tutorials/automatic/azure/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ encrypts the fields of your document such that it resembles the following:
6767

6868
.. literalinclude:: /includes/quick-start/inserted-doc-enc.json
6969
:language: json
70-
:copyable:
70+
:copyable: false

source/includes/tutorials/automatic/gcp/find.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ The output of the preceding code snippet should look like this:
6262

6363
.. literalinclude:: /includes/quick-start/find-output.out
6464
:language: json
65+
:copyable: false

source/includes/tutorials/automatic/gcp/insert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ encrypts the fields of your document such that it resembles the following:
6868

6969
.. literalinclude:: /includes/quick-start/inserted-doc-enc.json
7070
:language: json
71-
:copyable:
71+
:copyable: false

source/includes/tutorials/automatic/kmip/find.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ The output of the preceding code snippet should look like this:
6262

6363
.. literalinclude:: /includes/quick-start/find-output.out
6464
:language: json
65-
65+
:copyable: false

source/includes/tutorials/automatic/kmip/insert.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,4 @@ encrypts the fields of your document such that it resembles the following:
6767

6868
.. literalinclude:: /includes/quick-start/inserted-doc-enc.json
6969
:language: json
70-
:copyable:
71-
70+
:copyable: false

0 commit comments

Comments
 (0)