mswjs / mswjs.io

Official website and documentation for the Mock Service Worker library.
https://mswjs.io
155 stars 181 forks source link

fix v1 examples reference #378

Closed lucas-paulger-sonarsource closed 8 months ago

lucas-paulger-sonarsource commented 8 months ago

I noticed all the links from the v1 docs for examples were broken https://v1.mswjs.io/examples/

because they point to master that doesn't have the same examples anymore

vercel[bot] commented 8 months ago

@lucas-paulger-sonarsource is attempting to deploy a commit to the MSW Team on Vercel.

A member of the Team first needs to authorize it.

kettanaito commented 8 months ago

Hi, @lucas-paulger-sonarsource. Thanks for pointing this out!

Unfortunately, we cannot fix this. The V1 is readonly. It runs on such an archaic tech stack that it won't deploy anymore. I don't have the time capacity to update that stack as it involves a huge migration on its own.

V1 is for reference only. I highly encourage everyone to update to msw@latest and use the Latest documentation when using MSW.

lucas-paulger-sonarsource commented 8 months ago

THanks @kettanaito I'll try to find a moment to upgrade to v2 for our project

kettanaito commented 8 months ago

@lucas-paulger-sonarsource, let me know how it goes. Please refer to the docs, which also feature a codemod to help you get started.