Skip to content

Commit

Permalink
redirect glossary to docs homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Oct 23, 2024
1 parent daa8fa9 commit 36a15f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ raw: ${prefix}/mongodb/link-a-cluster -> ${base}/mongodb/link-a-data-source/
raw: ${prefix}/node/remotely-access-mongodb -> ${base}/node/mongodb/
raw: ${prefix}/react-native/remotely-access-mongodb -> ${base}/react-native/mongodb/
raw: ${prefix}/web/remotely-access-mongodb -> ${base}/web/mongodb/
raw: ${prefix}/import-export/realm-cli-reference -> ${base}/deploy/realm-cli-reference /
raw: ${prefix}/import-export/realm-cli-reference -> ${base}/deploy/realm-cli-reference/
raw: ${prefix}/admin/users-and-groups -> ${base}/security/
raw: ${prefix}/authentication/linking -> ${base}/authentication/
raw: ${prefix}/getting-started/configure-rules-based-access-to-mongodb -> ${base}/mongodb/define-roles-and-permissions/
Expand Down Expand Up @@ -508,6 +508,9 @@ raw: ${prefix}/sdk/react-native/advanced/client-reset -> ${base}/sdk/react-nativ

# "MongoDB Realm" -> "Atlas App Services" migration

raw: ${prefix}/get-started/glossary -> https://www.mongodb.com/docs/
raw: ${prefix}/glossary -> https://www.mongodb.com/docs/

raw: ${prefix}/admin/api/v3 -> ${appServicesBase}/admin/api/v3/
raw: ${prefix}/alerts -> ${appServicesBase}/alerts/
raw: ${prefix}/authentication -> ${appServicesBase}/authentication/
Expand Down Expand Up @@ -745,7 +748,6 @@ raw: ${prefix}/values-and-secrets/define-and-manage-secrets -> ${appServicesBase
raw: ${prefix}/values-and-secrets/define-environment-values -> ${appServicesBase}/values-and-secrets/define-environment-values/
raw: ${prefix}/get-started/find-your-project-or-app-id -> ${appServicesBase}/reference/find-your-project-or-app-id/
raw: ${prefix}/get-started/getting-help -> ${base}/help/
raw: ${prefix}/get-started/glossary -> ${base}/glossary/
raw: ${prefix}/get-started/introduction-backend -> ${appServicesBase}/introduction/
raw: ${prefix}/get-started/introduction-mobile -> ${base}/introduction/
raw: ${prefix}/get-started/introduction-web -> ${appServicesBase}/introduction/
Expand Down

0 comments on commit 36a15f8

Please sign in to comment.