Skip to content

Commit 68e08a7

Browse files
Updated banner text, added doc constants (#568)
* Updated banner text, added doc constants * Fixed ref in tutorial to point to v7.0 docs Empty rebuild Empty rebuild Rebuild Rebuild Rebuild Rebuild Rebuild rebuild Squashing rebuild commits * Rebuild commit * Moved substitutions before banners * Fixed doc constants * Used doc constant for QE * Fixed a line wrap
1 parent 7335eee commit 68e08a7

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.vscode/settings.json

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

snooty.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ toc_landing_pages = [
3232
download-page = "`downloads page <https://www.mongodb.com/try/download/compass>`__"
3333
current-version = "1.40.4"
3434
atlas = "MongoDB Atlas"
35+
qe = "Queryable Encryption"
36+
qe-preview = "{+qe+} Public Preview"
37+
qe-equality-ga = "{+qe+} with equality queries"
3538

3639
[[banners]]
3740
targets = [
@@ -40,14 +43,12 @@ targets = [
4043
"collections/encrypted-collection.txt",
4144
]
4245

43-
variant = "danger"
46+
variant = "warning"
4447
value = """
45-
Queryable Encryption is in Public Preview and available for \
46-
evaluation purposes. Public Preview is not recommended for \
47-
production deployments as breaking changes may be introduced. \
48-
To learn more about the Preview please see the \
49-
`Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`__ \
50-
blog post.
48+
{+qe-equality-ga+} is generally available (GA) in MongoDB 7.0 and \
49+
later. The {+qe-preview+}, released in version 6.0, is no longer supported. \
50+
Data encrypted using the Public Preview is incompatible with the feature release. \
51+
For more information, see :ref:`7.0-compatibility`.
5152
"""
5253

5354
[[banners]]

source/in-use-encryption-tutorial.txt

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ In-Use Encryption Tutorial
1212
:depth: 1
1313
:class: singlecol
1414

15-
In-Use Encryption allows you to connect to your deployments using :v6.0:`Queryable
16-
Encryption </core/queryable-encryption/>`. This connection method allows you to
17-
encrypt a subset of fields in your collections.
15+
In-Use Encryption allows you to connect to your deployments using
16+
:v7.0:`{+qe+} </core/queryable-encryption/>`. This connection method
17+
allows you to encrypt a subset of fields in your collections.
1818

1919
You can also use :manual:`CSFLE </core/csfle/>` to encrypt a subset of fields
2020
in your collection. CSFLE encryption is enabled through the schema editor.
@@ -23,7 +23,7 @@ Overview
2323
--------
2424

2525
This guide shows you how to connect to your deployment and collections using
26-
Queryable Encryption.
26+
{+qe+}.
2727

2828
This guide uses the `air_airlines.json <https://raw.githubusercontent.com/mongodb/docs-assets/compass/air_airlines.json>`__
2929
data set in the guided examples. The guide covers the process of importing
@@ -45,9 +45,12 @@ Create Your Encrypted Collection
4545
--------------------------------
4646

4747
Once your deployment is connected using In-Use Encryption, create your collection
48-
using Queryable Encryption. You can create a new database and collection or you
48+
using {+qe+}. You can create a new database and collection or you
4949
can create a new collection in an existing database.
5050

51+
{+qe+} supports new collections only. You can't enable {+qe+}
52+
on existing collections.
53+
5154
Procedure
5255
~~~~~~~~~
5356

@@ -61,7 +64,7 @@ Procedure
6164

6265
.. step:: Click the :guilabel:`Advanced Collection Options` drop down.
6366

64-
.. step:: Check the :guilabel:`Queryable Encryption` box.
67+
.. step:: Check the :guilabel:`{+qe+}` box.
6568

6669
.. step:: Specify your :guilabel:`Encrypted Fields`.
6770

@@ -75,11 +78,11 @@ Procedure
7578
Here, the encrypted field is the ``base`` field of the ``air_airlines``
7679
data set.
7780

78-
For more information, see :v6.0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
81+
For more information, see :v7.0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
7982

80-
.. step:: (Optional) Specify :v6.0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
83+
.. step:: (Optional) Specify :v7.0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
8184

82-
.. step:: (Optional) Specify :v6.0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
85+
.. step:: (Optional) Specify :v7.0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
8386

8487
.. step:: Click :guilabel:`Create Database` or :guilabel:`Create Collection`.
8588

@@ -91,7 +94,7 @@ Import Your Data
9194

9295
.. step:: Click on your collection on the left-hand navigation banner.
9396

94-
The collection has a :guilabel:`Queryable Encryption` badge next to
97+
The collection has a :guilabel:`{+qe+}` badge next to
9598
its name to indicate that fields in that collection are encrypted.
9699

97100
.. step:: Click :guilabel:`Add Data`.

0 commit comments

Comments
 (0)