Skip to content

Commit

Permalink
Add docs redirects
Browse files Browse the repository at this point in the history
Finish docs redirects

Add redirects
  • Loading branch information
anthonydeguzman committed Oct 16, 2024
1 parent 7807b19 commit 8b16ef2
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,99 @@ 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/"

Check warning on line 252 in docs/netlify.toml

View workflow job for this annotation

GitHub Actions / Typo CI

set-up-ivc

"set-up-ivc" is a typo. Did you mean "set-up-iv"?

[[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/"

Check warning on line 272 in docs/netlify.toml

View workflow job for this annotation

GitHub Actions / Typo CI

set-up-ivc

"set-up-ivc" is a typo. Did you mean "set-up-iv"?

[[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/"

0 comments on commit 8b16ef2

Please sign in to comment.