Skip to content
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

DOCS-16978 - Fix 404s pt. 2 #234

Merged
Merged
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
56 changes: 48 additions & 8 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,32 @@ raw: ${prefix}/connect/csot/ -> ${base}/current/connect/connection-options/csot/
raw: ${prefix}/connect/network-compression/ -> ${base}/current/connect/connection-options/network-compression/
raw: ${prefix}/connect/server-selection/ -> ${base}/current/connect/connection-options/server-selection/
raw: ${prefix}/connect/stable-api/ -> ${base}/current/connect/connection-options/stable-api/
raw: ${prefix}/connect/connection-options/csot/ -> ${base}/current/connect/connection-options/csot/
raw: ${prefix}/connect/connection-options/network-compression/ -> ${base}/current/connect/connection-options/network-compression/
raw: ${prefix}/connect/connection-options/server-selection/ -> ${base}/current/connect/connection-options/server-selection/
raw: ${prefix}/connect/connection-options/stable-api/ -> ${base}/current/connect/connection-options/stable-api/
raw: ${prefix}/connect/connection-options/connection-pools/ -> ${base}/current/connect/connection-options/connection-pools/
raw: ${prefix}/connect/tls/ -> ${base}/current/security/tls/
raw: ${prefix}/crud/ -> ${base}/current/crud/
raw: ${prefix}/crud/insert/ -> ${base}/current/crud/insert/
raw: ${prefix}/crud/query/ -> ${base}/current/crud/query/
raw: ${prefix}/crud/query/specify-query/ -> ${base}/current/crud/query/specify-query/
raw: ${prefix}/crud/query/find/ -> ${base}/current/crud/query/find/
raw: ${prefix}/crud/query/specify-documents-to-return/ -> ${base}/current/crud/query/specify-documents-to-return/
raw: ${prefix}/crud/query/project/ -> ${base}/current/crud/query/project/
raw: ${prefix}/crud/query/count/ -> ${base}/current/crud/query/count/
raw: ${prefix}/crud/query/distinct/ -> ${base}/current/crud/query/distinct/
raw: ${prefix}/crud/query/cursors/ -> ${base}/current/crud/query/cursors/
raw: ${prefix}/crud/update/ -> ${base}/current/crud/update/
raw: ${prefix}/crud/delete/ -> ${base}/current/crud/delete/
raw: ${prefix}/crud/bulk-write/ -> ${base}/current/crud/bulk-write/
raw: ${prefix}/crud/transactions/ -> ${base}/current/crud/transactions/
raw: ${prefix}/crud/gridfs/ -> ${base}/current/crud/gridfs/
raw: ${prefix}/crud/configure/ -> ${base}/current/crud/configure/
raw: ${prefix}/run-command/ -> ${base}/current/run-command/
raw: ${prefix}/security/tls/ -> ${base}/current/security/tls/
raw: ${prefix}/integrations/ -> ${base}/current/integrations/

raw: ${prefix}/write/bulk-write/ -> ${base}/current/crud/bulk-write/
raw: ${prefix}/databases-collections/#configure-read-and-write-operations/ -> ${base}/current/crud/configure/
raw: ${prefix}/write/delete/ -> ${base}/current/crud/delete/
Expand All @@ -44,18 +69,29 @@ raw: ${prefix}/read/change-streams/ -> ${base}/current/monitoring-and-logging/ch
raw: ${prefix}/logging/ -> ${base}/current/monitoring-and-logging/logging/
raw: ${prefix}/monitoring/ -> ${base}/current/monitoring-and-logging/monitoring/
raw: ${prefix}/data-formats/custom-types/ -> ${base}/current/data-formats/custom-types/type-codecs/
raw: ${prefix}/data-formats/custom-types/serialization/ -> ${base}/current/data-formats/custom-types/serialization/
raw: ${prefix}/data-formats/custom-types/type-codecs/ -> ${base}/current/data-formats/custom-types/type-codecs/
raw: ${prefix}/data-formats/bson/ -> ${base}/current/data-formats/bson/
raw: ${prefix}/data-formats/extended-json/ -> ${base}/current/data-formats/extended-json/
raw: ${prefix}/data-formats/dates-and-times/ -> ${base}/current/data-formats/dates-and-times/
raw: ${prefix}/data-formats/time-series/ -> ${base}/current/data-formats/time-series/
raw: ${prefix}/data-formats/custom-types/ -> ${base}/current/data-formats/custom-types/type-codecs/
raw: ${prefix}/serialization/#binary-data -> ${base}/current/reference/compatibility/
raw: ${prefix}/compatibility/ -> ${base}/current/reference/compatibility/
raw: ${prefix}/motor-async-migration/ -> ${base}/current/reference/migration/
raw: ${prefix}/pymongo-to-async-guide/ -> ${base}/current/reference/migration/
raw: ${prefix}/previous-versions/ -> ${base}/current/reference/previous-versions/
raw: ${prefix}/whats-new/ -> ${base}/current/reference/release-notes/
raw: ${prefix}/reference/release-notes/ -> ${base}/current/reference/release-notes/
raw: ${prefix}/reference/compatibility/ -> ${base}/current/reference/compatibility/
raw: ${prefix}/reference/upgrade/ -> ${base}/current/reference/upgrade/
raw: ${prefix}/reference/migration/ -> ${base}/current/reference/migration/
raw: ${prefix}/reference/previous-versions/ -> ${base}/current/reference/previous-versions/
raw: ${prefix}/tools/ -> ${base}/current/integrations/
raw: ${prefix}/upgrade/ -> ${base}/current/reference/upgrade/
raw: ${prefix}/write-operations/ -> ${base}/current/crud/
raw: ${prefix}/get-started/connect-to-mongodb -> ${base}/current/get-started/run-sample-query/
raw: ${prefix}/work-with-indexes/ -> ${base}/current/indexes/

raw: ${prefix}/indexes/single-field-index/ -> ${base}/current/indexes/
raw: ${prefix}/indexes/compound-index/ -> ${base}/current/indexes/
raw: ${prefix}/indexes/multikey-index/ -> ${base}/current/indexes/
Expand All @@ -65,13 +101,17 @@ raw: ${prefix}/indexes/geospatial-index/ -> ${base}/current/indexes/
raw: ${prefix}/indexes/unique-index/ -> ${base}/current/indexes/
raw: ${prefix}/indexes/wildcard-index/ -> ${base}/current/indexes/
raw: ${prefix}/indexes/clustered-index/ -> ${base}/current/indexes/

raw: ${prefix}/aggregation/aggregation-tutorials/ -> ${base}/current/aggregation/
raw: ${prefix}/aggregation/aggregation-tutorials/filtered-subset/ -> ${base}/current/aggregation/filtered-subset/
raw: ${prefix}/aggregation/aggregation-tutorials/group-total/ -> ${base}/current/aggregation/group-total/
raw: ${prefix}/aggregation/aggregation-tutorials/multi-field-join/ -> ${base}/current/aggregation/multi-field-join/
raw: ${prefix}/aggregation/aggregation-tutorials/one-to-one-join/ -> ${base}/current/aggregation/one-to-one-join/
raw: ${prefix}/aggregation/aggregation-tutorials/unpack-arrays/ -> ${base}/current/aggregation/unpack-arrays/
raw: ${prefix}/aggregation/filtered-subset/ -> ${base}/current/aggregation/filtered-subset/
raw: ${prefix}/aggregation/group-total/ -> ${base}/current/aggregation/group-total/
raw: ${prefix}/aggregation/multi-field-join/ -> ${base}/current/aggregation/multi-field-join/
raw: ${prefix}/aggregation/one-to-one-join/ -> ${base}/current/aggregation/one-to-one-join/
raw: ${prefix}/aggregation/unpack-arrays/ -> ${base}/current/aggregation/unpack-arrays/
raw: ${prefix}/security/authentication/scram/ -> ${base}/current/security/authentication/scram/
raw: ${prefix}/security/authentication/x509/ -> ${base}/current/security/authentication/x509/
raw: ${prefix}/security/authentication/aws-iam/ -> ${base}/current/security/authentication/aws-iam/
raw: ${prefix}/security/authentication/oidc/ -> ${base}/current/security/authentication/oidc/
raw: ${prefix}/security/authentication/ldap/ -> ${base}/current/security/authentication/ldap/
raw: ${prefix}/security/authentication/kerberos/ -> ${base}/current/security/authentication/kerberos/

# TOC reorganization
[*-master]: ${prefix}/${version}/security/enterprise-authentication/ -> ${base}/${version}/security/authentication/
Expand Down
Loading