We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a valid libraryId, Going to /$libraryId/latest/docs should resolve to a index route for each library
libraryId
/$libraryId/latest/docs
navigate to e.g. https://tanstack.com/table/latest/docs and get an index page
Please feel free to test these redirects yourself
Assuming that the link from the Get Started button on $libraryId/latest is meant to be the canonical index link:
Get Started
$libraryId/latest
I'm only fixing for libarys that have the Get Started link button on there home pages:
Something went wrong
start
The text was updated successfully, but these errors were encountered:
defaultDocs
Successfully merging a pull request may close this issue.
Expected Behavior
For a valid
libraryId
, Going to/$libraryId/latest/docs
should resolve to a index route for each libraryReproduction
navigate to e.g. https://tanstack.com/table/latest/docs and get an index page
Correct Links
Please feel free to test these redirects yourself
Broken Links
Expected Link Behavior
Assuming that the link from the
Get Started
button on$libraryId/latest
is meant to be the canonical index link:Won't fix
I'm only fixing for libarys that have the
Get Started
link button on there home pages:Something went wrong
Get Started
link, sostart
is not a validlibraryId
Action items
The text was updated successfully, but these errors were encountered: