You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried adding locales to my docs by moving my primary docs into a /en directory, and duplicating it to /zh for chinese translations. I've also added a redirect to default to /en by adding redirect: /en to a docs/index.md page.
All this works, and I can access the translated docs by changing /en to /zh in the url, however when I try changing language from the dropdown in the menu, it redirects to /en/zh.
I've tried adding locales to my docs by moving my primary docs into a
/en
directory, and duplicating it to/zh
for chinese translations. I've also added a redirect to default to/en
by addingredirect: /en
to adocs/index.md
page.All this works, and I can access the translated docs by changing /en to /zh in the url, however when I try changing language from the dropdown in the menu, it redirects to
/en/zh
.This can be seen here:
https://docs.page/tqwewe/kameo~book-zh
/en
/en/zh
You can see the links are wrong in the source html too.
The text was updated successfully, but these errors were encountered: