Skip to content

Commit

Permalink
Update redirects in netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Sep 16, 2024
1 parent c056b83 commit 52319e2
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 52319e2

Please sign in to comment.