Skip to content

Commit

Permalink
docs: Add it and tr (and sort the line). (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Dec 31, 2022
1 parent 9aecee4 commit c2215d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/docs/config/nginx.docs-backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server {
}

# Python 3 docs are the default at the root of each translations.
location ~ ^/(fr|ja|ko|zh-cn|zh-tw|pt-br|id|es|pl)/$ {
location ~ ^/(es|fr|id|it|ja|ko|pl|pt-br|tr|uk|zh-cn|zh-tw)/$ {
return 302 $scheme://$host/$1/3/;
}

Expand Down

0 comments on commit c2215d7

Please sign in to comment.