Skip to content

Commit 4a396f6

Browse files
author
Chris Cho
authored
DOCSP-22897: CSFLE manual redirect update (#829)
* DOCSP-22897: CSFLE manual redirect update
1 parent c2cd050 commit 4a396f6

File tree

7 files changed

+14
-1565
lines changed

7 files changed

+14
-1565
lines changed

config/redirects

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ raw: docs/drivers/go -> https://www.mongodb.com/docs/drivers/go/current/
1111
raw: docs/drivers/java -> ${base}/java-drivers/
1212

1313
# Manual FLE merge - update URLs after 6.0 release
14-
raw: docs/drivers/security -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
15-
raw: docs/drivers/security/client-side-field-level-encryption-guide -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
16-
raw: docs/drivers/security/client-side-field-level-encryption-local-key-to-kms -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
17-
raw: docs/drivers/use-cases/client-side-field-level-encryption-guide -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
18-
raw: docs/drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
19-
raw: docs/drivers/use-cases/sensitive-data-encryption -> https://mongodb.com/docs/v6.0/core/security-client-side-encryption/
14+
raw: docs/drivers/security -> ${manual}/core/csfle/
15+
raw: docs/drivers/security/client-side-field-level-encryption-guide -> ${manual}/core/csfle/
16+
raw: docs/drivers/security/client-side-field-level-encryption-local-key-to-kms -> ${manual}/core/csfle/tutorials/
17+
raw: docs/drivers/use-cases/client-side-field-level-encryption-guide -> ${manual}/core/csfle/
18+
raw: docs/drivers/use-cases/client-side-field-level-encryption-local-key-to-kms -> ${manual}/core/csfle/tutorials/
19+
raw: docs/drivers/use-cases/sensitive-data-encryption -> ${manual}/core/csfle/
2020

2121
###
2222
### Redirects for Legacy Drivers Content
@@ -154,11 +154,10 @@ raw: docs/drivers/tutorial/write-a-tumblelog-application-with-flask-mongoengine
154154

155155
raw: docs/ecosystem/use-cases/pre-aggregated-reports -> ${devhub}/
156156
raw: docs/ecosystem/tutorial/authenticate-with-java-driver -> ${devhub}/
157-
raw: docs/ecosystem/use-cases/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
157+
raw: docs/ecosystem/use-cases/client-side-field-level-encryption-guide -> https://www.mongodb.com/docs/manual/core/csfle/
158158
raw: docs/ecosystem/tools/http-interfaces -> ${devhub}/
159-
raw: docs/ecosystem/security/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
159+
raw: docs/ecosystem/security/client-side-field-level-encryption-guide -> https://www.mongodb.com/docs/manual/core/csfle/
160160
raw: docs/ecosystem/drivers -> ${base}/
161-
raw: docs/ecosystem/security/client-side-field-level-encryption-guide -> ${base}/security/client-side-field-level-encryption-guide/
162161
raw: docs/ecosystem/drivers/scala -> ${base}/scala/
163162
raw: docs/ecosystem/drivers/ruby -> ${base}/ruby/
164163
raw: docs/ecosystem/drivers/python -> ${base}/python/

source/includes/mongodb-compatibility-table-rust.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@
5050
The Rust driver is not compatible with MongoDB server versions older than 3.6.
5151

5252
.. [#2.3-limitation] The Rust driver does not support Decimal128,
53-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
53+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
5454
:manual:`GridFS </core/gridfs/>`, and
5555
:manual:`OCSP </core/security-transport-encryption/>`.
5656
5757
.. [#2.2-limitation] The Rust driver does not support Decimal128,
58-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
58+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
5959
:manual:`GridFS </core/gridfs/>`, and
6060
:manual:`OCSP </core/security-transport-encryption/>`.
6161
6262
.. [#2.1-limitation] The Rust driver does not support Decimal128,
63-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
63+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
6464
:manual:`GridFS </core/gridfs/>`,
6565
:manual:`OCSP </core/security-transport-encryption/>`,
6666
and :ref:`change streams <changeStreams>`.
6767
6868
.. [#limitations] Not all features in MongoDB are available in these driver versions. Unsupported
6969
features include Decimal128,
70-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
70+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
7171
:manual:`GridFS </core/gridfs/>`,
7272
:manual:`OCSP </core/security-transport-encryption/>`,
7373
:ref:`change streams <changeStreams>`,

source/includes/mongodb-compatibility-table-swift.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
The Swift driver is not compatible with MongoDB server versions older than 3.6.
4747

4848
.. [#1.2-1.3-limitations] Versions 1.2 and 1.3 do not include support for
49-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
49+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
5050
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.
5151
5252
.. [#1.0-1.1-limitations] Versions 1.0 and 1.1 do not include support for
5353
:manual:`OCSP </core/security-transport-encryption/>`,
54-
:ref:`Client-Side Field Level Encryption <ecosystem-csfle>`,
54+
:ref:`Client-Side Field Level Encryption <manual-csfle-feature>`,
5555
:manual:`GridFS </core/gridfs/>`, and authentication using AWS IAM roles.

source/index.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ Don’t see your desired language? Browse a list of :doc:`community supported li
3232
Scala Driver </scala>
3333
Swift Driver </swift>
3434
About Compatibility Tables <about-compatibility>
35-
Security </security>

source/security.txt

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

0 commit comments

Comments
 (0)