From 303c98cde27013fe039f629cc9798a98eca4621a Mon Sep 17 00:00:00 2001 From: Anthony De Guzman Date: Tue, 15 Oct 2024 23:32:20 -0400 Subject: [PATCH] Add docs redirects Finish docs redirects Add redirects Add redirect --- docs/netlify.toml | 100 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/docs/netlify.toml b/docs/netlify.toml index d7bac10afa58..d3189ce72cc5 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -202,3 +202,103 @@ 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-x/changelog/rasa-x-changelog/" +to = "/docs/rasa-enterprise/changelog/rasa-enterprise-changelog/" + +[[redirects]] +from = "/docs/rasa-enterprise/changelog/rasa-x-changelog/" +to = "/docs/rasa-enterprise/changelog/rasa-enterprise-changelog/" + +[[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/api/architecture/" +to = "/docs/rasa-enterprise/installation-and-setup/architecture/" + +[[redirects]] +from = "/docs/rasa-enterprise/api/rasa-x-http-api/" +to = "/docs/rasa-enterprise/pages/http-api/" + +[[redirects]] +from = "/docs/rasa-enterprise/api/rasa-x-http-api/" +to = "/docs/rasa-enterprise/pages/http-api/" + +[[redirects]] +from = "/docs/rasa-enterprise/user-guide/enable-workflows/" +to = "/docs/rasa-enterprise/" + +[[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/openshift-kubernetes/" +to = "/docs/rasa-enterprise/installation-and-setup/installation-guide/" + +[[redirects]] +from = "/docs/rasa-enterprise/integrated-version-control/" +to = "/docs/rasa-enterprise/installation-and-setup/post-deploy-steps/set-up-ivc/" + +[[redirects]] +from = "/docs/rasa-enterprise/1.1.x/installation-and-setup/deploy-tools/install/helm-chart-installation/installation.mdx" +to = "/docs/rasa-enterprise/installation-and-setup/install/helm-chart-installation/installation/" + +[[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-enterprise/0.24.1/installation-and-setup/integrated-version-control/" +to = "/docs/rasa-enterprise/installation-and-setup/post-deploy-steps/set-up-ivc/" + +[[redirects]] +from = "/docs/getting-started/demobot/" +to = "/docs/" + +[[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/" + +[[redirects]] +from = "/docs/get_started_step1/" +to = "/docs/rasa/"