From fafd2212646e225df26b8d59a03a30cfcad295bd Mon Sep 17 00:00:00 2001 From: Anthony De Guzman Date: Mon, 28 Oct 2024 01:37:07 -0400 Subject: [PATCH] Update redirects --- docs/netlify.toml | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/docs/netlify.toml b/docs/netlify.toml index d7bac10afa58..46ca22e3dcb5 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -202,3 +202,55 @@ to = "/docs/rasa/deploy/deploy-rasa/" [[redirects]] from = "/docs/rasa/action-server/deploy-action-server" to = "/docs/rasa/deploy/deploy-action-server/" + +[[redirects]] +from = "/docs/rasa/user-guide/how-to-deploy/" +to = "/docs/rasa/deploy/deploy-rasa/" + +[[redirects]] +from = "/docs/rasa/how-to-deploy/" +to = "/docs/rasa/deploy/deploy-rasa/" + +[[redirects]] +from = "/docs/rasa-enterprise/get-feedback-from-test-users/" +to = "/docs/rasa-pro/building-assistants/user-satisfaction-survey/" + +[[redirects]] +from = "/docs/studio/user-guide/flow-builder-introduction/" +to = "/docs/studio/user-guide/flow-builder/introduction/" + +[[redirects]] +from = "/docs/rasa-enterprise/installation-and-setup/customize/" +to = "/docs/rasa/installation/installing-rasa-open-source/" + +[[redirects]] +from = "/docs/rasa/training-data-format.mdx" +to = "/docs/rasa/training-data-format/" + +[[redirects]] +from = "/docs/rasa-enterprise/annotate-conversations/" +to = "/docs/studio/user-guide/annotation/" + +[[redirects]] +from = "/docs/rasa/api/tensorflow_usage/" +to = "/docs/rasa/reference/rasa/utils/tensorflow/models/" + +[[redirects]] +from = "/docs/rasa/api/events/" +to = "/docs/rasa/action-server/events/" + +[[redirects]] +from = "/docs/rasa/1.10.8/api/http-api/" +to = "/docs/rasa/http-api/" + +[[redirects]] +from = "/docs/rasa/1.10.8/api/http-api/" +to = "/docs/rasa/http-api/" + +[[redirects]] +from = "/docs/rasa/nlu/language-support/" +to = "/docs/rasa/language-support/" + +[[redirects]] +from = "/docs/rasa/api/tracker/" +to = "/docs/rasa/action-server/sdk-tracker/"