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
Part of #445 .
The redirect-path.ts came from a very early stage when kuma is the backend engine of mdn, a lot of urls collected from many manually runs are placed into here to avoid issues like redirection loops and incorrect links.
This is the first attempt to clean up this file after yari was introduced, and the link layout is more stable now, and most contents get translated.
In mdnRedirectPath, for each locale here, if both the key and value path not exists in all locales, remove it.
In mdnLocaleRedirectPath, if both the key and value path not exists, remove it.
In hardCodedRedirectUrl, if both the key and value path not exists, remove it.
This steps could be done via scripts.
The text was updated successfully, but these errors were encountered:
Part of #445 .
The
redirect-path.ts
came from a very early stage when kuma is the backend engine of mdn, a lot of urls collected from many manually runs are placed into here to avoid issues like redirection loops and incorrect links.This is the first attempt to clean up this file after yari was introduced, and the link layout is more stable now, and most contents get translated.
mdnRedirectPath
, for each locale here, if both the key and value path not exists in all locales, remove it.mdnLocaleRedirectPath
, if both the key and value path not exists, remove it.hardCodedRedirectUrl
, if both the key and value path not exists, remove it.This steps could be done via scripts.
The text was updated successfully, but these errors were encountered: