Skip to content

Commit

Permalink
Update redirects in netlify.toml (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 16, 2024
1 parent 21fba1b commit ef929ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,23 @@ to = "/docs/intro"
[[redirects]]
from = "/docs"
to = "/docs/intro"

[[redirects]]
from = "/docs/dlt-ecosystem"
to = "/docs/dlt-ecosystem/verified-sources"

[[redirects]]
from = "/docs/general-usage/credentials/config_providers"
to = "/docs/general-usage/credentials"

[[redirects]]
from = "/docs/general-usage/credentials/configuration"
to = "/docs/general-usage/credentials/setup"

[[redirects]]
from = "/docs/tutorial/intro"
to = "docs/tutorial/load-data-from-an-api"

[[redirects]]
from = "/docs/tutorial/grouping-resources"
to = "docs/tutorial/load-data-from-an-api"

0 comments on commit ef929ca

Please sign in to comment.