jestjs / jest

Delightful JavaScript Testing.
https://jestjs.io
MIT License
44.13k stars 6.45k forks source link

Add versioned documentation #5190

Closed SimenB closed 6 years ago

SimenB commented 6 years ago

Do you want to request a feature or report a bug? Feature

What is the current behavior? Docs on the website is master only, causing confusion about what's available at what time.

If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install and yarn test. N/A

What is the expected behavior? That a user is able to select which version of jest they want to see the docs for.

Docusarus supports versioning, so should in theory be straightforward to enable.

Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system. N/A

genintho commented 6 years ago

Started this by generating the docs for the tag v22.0.0. https://github.com/facebook/jest/compare/master...genintho:5190-version-doc

But running docusarus again with the doc in master trigger an error.

SimenB commented 6 years ago

Has been done for a while

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.