cloudflare / miniflare

🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.
https://miniflare.dev
MIT License
3.78k stars 205 forks source link

[Docs] Miniflare v2 docs removed? #745

Closed AdiRishi closed 11 months ago

AdiRishi commented 11 months ago

Given that Miniflare 3 currently does not integrate well with Jest and vitest, a lot of us are still using Miniflare v2 for unit test simulation of the cloudflare tools.

However, it looks like those old docs have all been removed? Previous links like https://miniflare.dev/testing/jest no longer work.

The official docs link also suggest using miniflare v2, but the link on the testing page (https://miniflare.dev/testing) redirects straight back to the miniflare v3 docs (the link in question is https://v2.miniflare.dev/testing)

Not sure if this is an oversight or not, but it would be really great if we could still access the old miniflare v2 docs.

mrbbot commented 11 months ago

Hey! 👋 You should be able to access the v2 docs here: https://legacy.miniflare.dev/ Will need to get that link fixed. 👍

AdiRishi commented 11 months ago

Hey! 👋 You should be able to access the v2 docs here: https://legacy.miniflare.dev/ Will need to get that link fixed. 👍

Ahh gotcha, thank you 😄 . Should I close off the issue? Or would you like it to stay open until the link on the website is fixed?

AdiRishi commented 11 months ago

Actually, this seems like a simple enough change, I'll make a PR 👍