Skip to content

Commit

Permalink
Merge pull request #14 from redpanda-data/JakeSCahill-patch-1
Browse files Browse the repository at this point in the history
Add redirect for 21.1
  • Loading branch information
JakeSCahill authored Aug 18, 2023
2 parents d15b81e + 6a10687 commit 12ab3b7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "18"

[[plugins]]
package = "@netlify/plugin-lighthouse"
Expand Down Expand Up @@ -61,14 +61,19 @@ from = "/docs/21.11/*"
to = "/21.11/:splat"
status = 301

[[redirects]]
from = "/docs/21.1/*"
to = "/21.11/:splat"
status = 301

[[redirects]]
from = "/docs/home/*"
to = "/home"
to = "/current/home"
status = 301

[[redirects]]
from = "/docs/reference/faq"
to = "/home"
to = "/current/home"
status = 301

[[redirects]]
Expand Down

0 comments on commit 12ab3b7

Please sign in to comment.