Skip to content

Commit 42e5182

Browse files
authored
DOCSP-29079: encrypt include and add to toc (#365)
* DOCSP-29079: use sharedinclude in encrypt page * fixes and remove redundancy * remove csfle page and add redirect * remove landing page * reference fix
1 parent a5037cd commit 42e5182

File tree

6 files changed

+7
-318
lines changed

6 files changed

+7
-318
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ raw: ${prefix}/master -> ${base}/upcoming/
77

88
[*-master]: ${prefix}/${version}/fundamentals/versioned-api/ -> ${base}/${version}/fundamentals/stable-api/
99
[*-v4.6]: ${prefix}/${version}/fundamentals/crud/read-operations/change-streams/ -> ${base}/${version}/fundamentals/crud/read-operations/retrieve/
10-
10+
[*-master]: ${prefix}/${version}/fundamentals/csfle/ -> ${base}/${version}/fundamentals/encrypt-fields/

source/fundamentals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fundamentals
2222
/fundamentals/logging
2323
/fundamentals/monitoring
2424
/fundamentals/gridfs
25-
/fundamentals/csfle
25+
/fundamentals/encrypt-fields
2626
/fundamentals/time-series
2727

2828
.. include:: /includes/fundamentals-sections.rst

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ connection behavior:
8484
:ref:`TLS/SSL settings <mcs-ssl-settings>`.
8585

8686
* - ``autoEncryptionSettings()``
87-
- | Sets the :ref:`auto-encryption settings <auto-encryption-decryption-java>`.
87+
- | Sets the :ref:`auto-encryption settings <csfle-fundamentals-automatic-encryption>`.
8888
|
8989
| If you omit ``keyVaultClient`` or set
9090
| ``bypassAutomaticEncryption`` to false in your

source/fundamentals/csfle.txt

Lines changed: 0 additions & 314 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. _java-fle:
2+
3+
.. sharedinclude:: dbx/encrypt-fields.rst

source/includes/fundamentals-sections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Fundamentals section:
1313
- :doc:`Log Events in the Driver </fundamentals/logging>`
1414
- :doc:`Monitor Driver Events </fundamentals/monitoring>`
1515
- :doc:`Store and Retrieve Large Files in MongoDB </fundamentals/gridfs>`
16-
- :doc:`Encrypt Fields in a Document </fundamentals/csfle>`
16+
- :doc:`Encrypt Fields in a Document </fundamentals/encrypt-fields>`
1717
- :doc:`Use a Time Series Collection </fundamentals/time-series>`

0 commit comments

Comments
 (0)