Skip to content

DOCSP-29563: replace CSFLE for v4.6 and earlier #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Fundamentals
/fundamentals/logging
/fundamentals/monitoring
/fundamentals/gridfs
/fundamentals/csfle
/fundamentals/encrypt-fields
/fundamentals/time-series
/fundamentals/typescript
/fundamentals/utf8-validation
Expand Down
220 changes: 0 additions & 220 deletions source/fundamentals/csfle.txt

This file was deleted.

3 changes: 3 additions & 0 deletions source/fundamentals/encrypt-fields.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. _node-fle:

.. sharedinclude:: dbx/encrypt-fields.rst
2 changes: 1 addition & 1 deletion source/includes/fundamentals-sections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fundamentals section:
- :doc:`Log Events in the Driver </fundamentals/logging>`
- :doc:`Monitor Driver Events </fundamentals/monitoring>`
- :doc:`Store and Retrieve Large Files in MongoDB </fundamentals/gridfs>`
- :doc:`Encrypt Fields from the Client </fundamentals/csfle>`
- :doc:`Encrypt Fields from the Client </fundamentals/encrypt-fields>`
- :doc:`Create and Query Time Series Collection </fundamentals/time-series>`
- :doc:`Specify Type Parameters with TypeScript </fundamentals/typescript>`
- :doc:`Specify UTF-8 Validation Settings </fundamentals/utf8-validation>`