-
SummaryIs there a way to see a previous version of the docs? I am using version 13.2 and the docs seem to be switched over to the new version so aren't very helpful to me. I don't see anything on the page that would allow switching to a different version. Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, I think you can only switch between pages and app router docs. This doesn't work anymore: https://nextjs.org/docs/tag/v9.5.2/api-reference/next/link#dynamic-routes 😢 I tried adding pages/docs but no luck either. I guess you can try to navigate the repo docs: https://github.com/vercel/next.js/tree/v13.3.0/docs - kind of split on this one, the old docs should still be reachable somehow, at least down to next@12 I'd think. |
Beta Was this translation helpful? Give feedback.
-
Old versions of docs should never be removed, imho. |
Beta Was this translation helpful? Give feedback.
Hi,
I think you can only switch between pages and app router docs.
This doesn't work anymore: https://nextjs.org/docs/tag/v9.5.2/api-reference/next/link#dynamic-routes 😢
I tried adding pages/docs but no luck either.
I guess you can try to navigate the repo docs: https://github.com/vercel/next.js/tree/v13.3.0/docs - kind of split on this one, the old docs should still be reachable somehow, at least down to next@12 I'd think.