Versioned docs
Is your feature request related to a problem? Please describe. I have a project which uses version 9.4.0 of the react testing-library. I cannot find documentation on the interface of that version. The docs do not even tell me the version they are for... It would be nice if one could also browse the docs for the older versions of the libraries. Describe the solution you'd like Use versioned docs, like NodeJS does https://nodejs.org/dist/latest-v14.x/docs/api/
Describe alternatives you've considered I checked out this repo and am going to build the old docs by hand. Not nice, obviously.
Docusaurus supports versioning, but we haven't added it for a few reasons:
- Which package do we track? DOM, React, Cypress?
- Maintaining the old versions in-repo the Docusaurus way requires creating sub-directories and moving things around fairly often
To make this a bit easier, and assuming there is an answer for (1), we could create GH releases for one of the packages and link it to a Netlify cached build (every PR gets a preview build).
Is this a duplicate of #484?
Yes, I guess so but think that my issue is more actionable / straighter to the point. Happy to close this in favor of #484 if it makes sense to the others though.
I'm closing this one in favor of #484, let's discuss it there :) Thanks!