Skip to content

Commit

Permalink
docs: Add redirects (dagger#8958)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Vaswani <vikram@dagger.io>
  • Loading branch information
vikram-dagger authored Nov 15, 2024
1 parent 1b8fb2e commit 0560d20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,17 @@
to = "/api/module-structure"
status = 301

[[redirects]]
from = "/manuals/developer/overview/942201/execution-environment"
to = "/api/custom-functions"
status = 301

[[redirects]]
from = "/manuals/developer/python/640201/documentation"
to = "/api/documentation"
status = 301


[[redirects]]
from = "/manuals/developer/go"
to = "/api"
Expand Down Expand Up @@ -357,6 +368,11 @@
to = "/api/terminal"
status = 301

[[redirects]]
from = "/manuals/user/919011/tui"
to = "/api/terminal"
status = 301

[[redirects]]
from = "/manuals/user/visualization"
to = "/features/visualization"
Expand Down

0 comments on commit 0560d20

Please sign in to comment.