Skip to content

Commit

Permalink
website: fix website versions list (#4051)
Browse files Browse the repository at this point in the history
Co-authored-by: njtran <njtran@amazon.com>
  • Loading branch information
njtran and njtran committed Jun 15, 2023
1 parent da598d0 commit 33b66a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ params:
versions:
- v0.28
- v0.27
- v0.26
- preview
menu:
main:
Expand Down
3 changes: 2 additions & 1 deletion website/static/_redirects
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Redirects from what the browser requests to what we serve
/v0.28.0/* /v0.28/:splat
/v0.27.5/* /v0.27/:splat
/v0.26.1/* /v0.26/:splat
/v0.26.1/* /v0.26/:splat

0 comments on commit 33b66a5

Please sign in to comment.