Skip to content

Commit

Permalink
Add docs redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydeguzman committed Oct 28, 2024
1 parent 95c11ff commit d9de5ac
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,43 @@ 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/studio/user-guide/flow-builder-introduction/"
to = "/docs/studio/user-guide/flow-builder/introduction/"

[[redirects]]
from = "/docs/rasa/training-data-format.mdx"
to = "/docs/rasa/training-data-format/"

[[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 d9de5ac

Please sign in to comment.