Where did v7 documentation go? #4885
|
We are unable to migrate from v7 to v8. As recently as 19th May 2023 the v7 documentation site was very useful. However, upon checking today, navigating to https://react-table-v7.tanstack.com/ seems to redirect to https://tanstack.com/table/v8/?from=reactTableV7&original=https://github.com/TanStack/table/tree/v7/docs/src/pages/ The latter is a far less helpful page, even when clicking the v7 docs button at the top of the screen, because it just goes to the github source of the project, which presumably need to be built and run locally for all who want to use it. |
Replies: 14 comments 25 replies
|
Yes, even I was looking for v7 docs and it just redirected me to Github. I really needed the docs and it's just sad I can't. Can we get this fixed or is it what @tannerlinsley wanted so that people start using v8? |
|
I’m moving v7 docs over to the new website. GitHub docs are the temporary location.
Tanner Linsley
…On Jun 1, 2023 at 4:08 AM -0600, Shikhar Sharma ***@***.***>, wrote:
Yes, even I was looking for v7 docs and it just redirected me to Github. I really needed the docs and it's just sad I can't.
Can we get this fixed or is it what @tannerlinsley wanted so that people start using v8?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Hello, any updates on the link to the docs for v7? not the github docs please. Thanks! |
|
Docs were very useful. Its too difficult to navigate in github finding what you need. Any update? |
|
I found a way, thanks to internet archive: https://web.archive.org/web/20220926134341/https://react-table-v7.tanstack.com/docs/ |
|
The internet archive no longer works for this. It redirects to a version of the docs that linked to the v7 docs, but now even that link redirects to the repo. The repo checked out on the v7 branch cannot be built, either. There's a dependency issue (CJS / ESM incompatibility, I think) |
|
I'm kinda surprised that this has been such a long ongoing issue. My experience with Tanstack is normally very good but this is becoming pretty annoying. We still use v7 and rely on the docs and now there are none. Is there a way to get this fixed? I'd be happy to help if so. |
|
Here are all the docs: https://github.com/TanStack/table/tree/v7/docs/src/pages/docs |
|
Please return the v7 docs. Why would you remove them? 🤦♂️ |
|
I'm sorry, I know this is Open source, But knowing that this tool is being used in big and small corps and knowing that they support this project by donation.. It is extremely selfish to:
PLEASE:
I have to rewrite now the whole implementation that is being used by thousands of users and it is really frustrating to do so because it is very unclear what is changed to what. Sorry about the rant, but it is really selfish to remove v7 documentation from site which means this version will soon depreciate as a result we are FORCED to read and do magic mingling with unclear documentation. |
|
You can build and host the docs of v7 yourself it is just a Next.js static site. It is not so obvious at the beginning but these are the step I did: |
|
Hosted it on Netlify for the ones interested: |
|
https://github.com/TanStack/table/blob/v7/docs/src/pages/docs/api/useTable.md |
|
What a low move to delete the docs in an attempt to force developers to upgrade. They even broke the archive page on purpose. |
Hosted it on Netlify for the ones interested:
https://react-table-v7-docs.netlify.app/