Show different version of site based on selected link #16267
-
I'd like to use Next to build a documentation site. I need to add a drop-down for versioning. Is there a way to show a different set of pages based on the drop-down or version the user picks? |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Aug 17, 2020
Replies: 1 comment 1 reply
-
Unfortunately there is no functionality like that built into Next.js, you'd have to build that custom. I have not seen any sites use Next for docs, other than Next's docs 😄 but they do not do any versioning. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tjperry07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately there is no functionality like that built into Next.js, you'd have to build that custom. I have not seen any sites use Next for docs, other than Next's docs 😄 but they do not do any versioning.