@@ -23,7 +23,32 @@ raw: ${prefix}/connect/csot/ -> ${base}/current/connect/connection-options/csot/
2323raw: ${prefix}/connect/network-compression/ -> ${base}/current/connect/connection-options/network-compression/
2424raw: ${prefix}/connect/server-selection/ -> ${base}/current/connect/connection-options/server-selection/
2525raw: ${prefix}/connect/stable-api/ -> ${base}/current/connect/connection-options/stable-api/
26+ raw: ${prefix}/connect/connection-options/csot/ -> ${base}/current/connect/connection-options/csot/
27+ raw: ${prefix}/connect/connection-options/network-compression/ -> ${base}/current/connect/connection-options/network-compression/
28+ raw: ${prefix}/connect/connection-options/server-selection/ -> ${base}/current/connect/connection-options/server-selection/
29+ raw: ${prefix}/connect/connection-options/stable-api/ -> ${base}/current/connect/connection-options/stable-api/
30+ raw: ${prefix}/connect/connection-options/connection-pools/ -> ${base}/current/connect/connection-options/connection-pools/
2631raw: ${prefix}/connect/tls/ -> ${base}/current/security/tls/
32+ raw: ${prefix}/crud/ -> ${base}/current/crud/
33+ raw: ${prefix}/crud/insert/ -> ${base}/current/crud/insert/
34+ raw: ${prefix}/crud/query/ -> ${base}/current/crud/query/
35+ raw: ${prefix}/crud/query/specify-query/ -> ${base}/current/crud/query/specify-query/
36+ raw: ${prefix}/crud/query/find/ -> ${base}/current/crud/query/find/
37+ raw: ${prefix}/crud/query/specify-documents-to-return/ -> ${base}/current/crud/query/specify-documents-to-return/
38+ raw: ${prefix}/crud/query/project/ -> ${base}/current/crud/query/project/
39+ raw: ${prefix}/crud/query/count/ -> ${base}/current/crud/query/count/
40+ raw: ${prefix}/crud/query/distinct/ -> ${base}/current/crud/query/distinct/
41+ raw: ${prefix}/crud/query/cursors/ -> ${base}/current/crud/query/cursors/
42+ raw: ${prefix}/crud/update/ -> ${base}/current/crud/update/
43+ raw: ${prefix}/crud/delete/ -> ${base}/current/crud/delete/
44+ raw: ${prefix}/crud/bulk-write/ -> ${base}/current/crud/bulk-write/
45+ raw: ${prefix}/crud/transactions/ -> ${base}/current/crud/transactions/
46+ raw: ${prefix}/crud/gridfs/ -> ${base}/current/crud/gridfs/
47+ raw: ${prefix}/crud/configure/ -> ${base}/current/crud/configure/
48+ raw: ${prefix}/run-command/ -> ${base}/current/run-command/
49+ raw: ${prefix}/security/tls/ -> ${base}/current/security/tls/
50+ raw: ${prefix}/integrations/ -> ${base}/current/integrations/
51+
2752raw: ${prefix}/write/bulk-write/ -> ${base}/current/crud/bulk-write/
2853raw: ${prefix}/databases-collections/#configure-read-and-write-operations/ -> ${base}/current/crud/configure/
2954raw: ${prefix}/write/delete/ -> ${base}/current/crud/delete/
@@ -44,18 +69,29 @@ raw: ${prefix}/read/change-streams/ -> ${base}/current/monitoring-and-logging/ch
4469raw: ${prefix}/logging/ -> ${base}/current/monitoring-and-logging/logging/
4570raw: ${prefix}/monitoring/ -> ${base}/current/monitoring-and-logging/monitoring/
4671raw: ${prefix}/data-formats/custom-types/ -> ${base}/current/data-formats/custom-types/type-codecs/
72+ raw: ${prefix}/data-formats/custom-types/serialization/ -> ${base}/current/data-formats/custom-types/serialization/
73+ raw: ${prefix}/data-formats/custom-types/type-codecs/ -> ${base}/current/data-formats/custom-types/type-codecs/
74+ raw: ${prefix}/data-formats/bson/ -> ${base}/current/data-formats/bson/
75+ raw: ${prefix}/data-formats/extended-json/ -> ${base}/current/data-formats/extended-json/
76+ raw: ${prefix}/data-formats/dates-and-times/ -> ${base}/current/data-formats/dates-and-times/
77+ raw: ${prefix}/data-formats/time-series/ -> ${base}/current/data-formats/time-series/
78+ raw: ${prefix}/data-formats/custom-types/ -> ${base}/current/data-formats/custom-types/type-codecs/
4779raw: ${prefix}/serialization/#binary-data -> ${base}/current/reference/compatibility/
4880raw: ${prefix}/compatibility/ -> ${base}/current/reference/compatibility/
4981raw: ${prefix}/motor-async-migration/ -> ${base}/current/reference/migration/
5082raw: ${prefix}/pymongo-to-async-guide/ -> ${base}/current/reference/migration/
5183raw: ${prefix}/previous-versions/ -> ${base}/current/reference/previous-versions/
5284raw: ${prefix}/whats-new/ -> ${base}/current/reference/release-notes/
85+ raw: ${prefix}/reference/release-notes/ -> ${base}/current/reference/release-notes/
86+ raw: ${prefix}/reference/compatibility/ -> ${base}/current/reference/compatibility/
87+ raw: ${prefix}/reference/upgrade/ -> ${base}/current/reference/upgrade/
88+ raw: ${prefix}/reference/migration/ -> ${base}/current/reference/migration/
89+ raw: ${prefix}/reference/previous-versions/ -> ${base}/current/reference/previous-versions/
5390raw: ${prefix}/tools/ -> ${base}/current/integrations/
5491raw: ${prefix}/upgrade/ -> ${base}/current/reference/upgrade/
5592raw: ${prefix}/write-operations/ -> ${base}/current/crud/
5693raw: ${prefix}/get-started/connect-to-mongodb -> ${base}/current/get-started/run-sample-query/
5794raw: ${prefix}/work-with-indexes/ -> ${base}/current/indexes/
58-
5995raw: ${prefix}/indexes/single-field-index/ -> ${base}/current/indexes/
6096raw: ${prefix}/indexes/compound-index/ -> ${base}/current/indexes/
6197raw: ${prefix}/indexes/multikey-index/ -> ${base}/current/indexes/
@@ -65,13 +101,17 @@ raw: ${prefix}/indexes/geospatial-index/ -> ${base}/current/indexes/
65101raw: ${prefix}/indexes/unique-index/ -> ${base}/current/indexes/
66102raw: ${prefix}/indexes/wildcard-index/ -> ${base}/current/indexes/
67103raw: ${prefix}/indexes/clustered-index/ -> ${base}/current/indexes/
68-
69- raw: ${prefix}/aggregation/aggregation-tutorials/ -> ${base}/current/aggregation/
70- raw: ${prefix}/aggregation/aggregation-tutorials/filtered-subset/ -> ${base}/current/aggregation/filtered-subset/
71- raw: ${prefix}/aggregation/aggregation-tutorials/group-total/ -> ${base}/current/aggregation/group-total/
72- raw: ${prefix}/aggregation/aggregation-tutorials/multi-field-join/ -> ${base}/current/aggregation/multi-field-join/
73- raw: ${prefix}/aggregation/aggregation-tutorials/one-to-one-join/ -> ${base}/current/aggregation/one-to-one-join/
74- raw: ${prefix}/aggregation/aggregation-tutorials/unpack-arrays/ -> ${base}/current/aggregation/unpack-arrays/
104+ raw: ${prefix}/aggregation/filtered-subset/ -> ${base}/current/aggregation/filtered-subset/
105+ raw: ${prefix}/aggregation/group-total/ -> ${base}/current/aggregation/group-total/
106+ raw: ${prefix}/aggregation/multi-field-join/ -> ${base}/current/aggregation/multi-field-join/
107+ raw: ${prefix}/aggregation/one-to-one-join/ -> ${base}/current/aggregation/one-to-one-join/
108+ raw: ${prefix}/aggregation/unpack-arrays/ -> ${base}/current/aggregation/unpack-arrays/
109+ raw: ${prefix}/security/authentication/scram/ -> ${base}/current/security/authentication/scram/
110+ raw: ${prefix}/security/authentication/x509/ -> ${base}/current/security/authentication/x509/
111+ raw: ${prefix}/security/authentication/aws-iam/ -> ${base}/current/security/authentication/aws-iam/
112+ raw: ${prefix}/security/authentication/oidc/ -> ${base}/current/security/authentication/oidc/
113+ raw: ${prefix}/security/authentication/ldap/ -> ${base}/current/security/authentication/ldap/
114+ raw: ${prefix}/security/authentication/kerberos/ -> ${base}/current/security/authentication/kerberos/
75115
76116# TOC reorganization
77117[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/
0 commit comments