@@ -3,14 +3,15 @@ title = "MongoDB Manual"
3
3
4
4
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
5
5
6
- intersphinx = [ " https://pymongo.readthedocs.io/en/stable/objects.inv" ,
7
- " https://motor.readthedocs.io/en/stable/objects.inv" ,
8
- " https://www.mongodb.com/docs/atlas/objects.inv" ,
9
- " https://www.mongodb.com/docs/php-library/upcoming/objects.inv" ,
10
- " https://www.mongodb.com/docs/compass/current/objects.inv" ,
11
- " https://www.mongodb.com/docs/database-tools/objects.inv" ,
12
- " https://www.mongodb.com/docs/mongodb-shell/objects.inv"
13
- ]
6
+ intersphinx = [
7
+ " https://pymongo.readthedocs.io/en/stable/objects.inv" ,
8
+ " https://motor.readthedocs.io/en/stable/objects.inv" ,
9
+ " https://www.mongodb.com/docs/atlas/objects.inv" ,
10
+ " https://www.mongodb.com/docs/php-library/upcoming/objects.inv" ,
11
+ " https://www.mongodb.com/docs/compass/current/objects.inv" ,
12
+ " https://www.mongodb.com/docs/database-tools/objects.inv" ,
13
+ " https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
14
+ ]
14
15
15
16
# toc_landing_pages are pages that have pages nested beneath them
16
17
# and **should** open when a user clicks on that page in the TOC
@@ -199,7 +200,7 @@ toc_landing_pages = [
199
200
" /tutorial/manage-the-database-profiler" ,
200
201
" /tutorial/query-documents" ,
201
202
" /tutorial/remove-documents" ,
202
- " /tutorial/update-documents"
203
+ " /tutorial/update-documents" ,
203
204
]
204
205
205
206
[substitutions ]
@@ -242,7 +243,7 @@ cmk-long = "Customer Master Key"
242
243
cmk-abbr = " :abbr:`CMK ({+cmk-long+})`"
243
244
dek-long = " Data Encryption Key"
244
245
dek-abbr = " :abbr:`DEK ({+dek-long+})`"
245
- dek-abbr-no-hover = " DEK"
246
+ dek-abbr-no-hover = " DEK"
246
247
key-vault-long = " Key Vault collection"
247
248
key-vault-long-title = " Key Vault Collection"
248
249
java-driver-version = " 4.6"
@@ -277,14 +278,26 @@ efm = "``encryptedFieldsMap``"
277
278
targets = [
278
279
" core/queryable-encryption.txt" ,
279
280
" core/queryable-encryption/*.txt" ,
280
- " core/queryable-encryption/*/*.txt"
281
+ " core/queryable-encryption/*/*.txt" ,
281
282
]
282
283
283
284
variant = " danger"
284
285
value = """
285
- Queryable Encryption is in Technical Preview and available for \
286
- evaluation purposes. Technical Preview is not recommended for \
287
- production deployments as breaking changes may be introduced.
286
+ Queryable Encryption is in Public Preview and available for \
287
+ evaluation purposes. Public Preview is not recommended for \
288
+ production deployments as breaking changes may be introduced. \
289
+ To learn more about the Preview please see the \
290
+ `Queryable Encryption Preview <https://www.mongodb.com/blog/post/mongodb-releases-queryable-encryption-preview/>`__ \
291
+ blog post.
292
+ """
293
+
294
+ [[banners ]]
295
+ targets = [" core/csfle.txt" , " core/csfle/*.txt" , " core/csfle/*/*.txt" ]
296
+
297
+ variant = " tip"
298
+ value = """
299
+ The next-generation Queryable Encryption feature is now in Public Preview. \
300
+ To learn more about Queryable Encryption, see :ref:`qe-manual-feature-qe`.
288
301
"""
289
302
290
303
[bundle ]
0 commit comments