Describe the bug
Navigating to the Installation page specifically for React leads to a 404 Page Not Found error, leaving the user unaware as to how to install the Tanstack Ranger UI component.
Your Example Website or App
https://tanstack.com/ranger/latest/docs/installation/adapters/react-ranger
Steps to Reproduce the Bug or Issue
- Navigate to the Installation page
- Click on the
React option for Installation docs
- Observe that the page throws a 404 Page Not Found error:
Expected behavior
As a user, I should expect there to be some kind of installation docs detailing how to install and use the Ranger component in my react app, some kind of instructions showing like
npm install @tanstack/react-ranger
or
yarn add @tanstack/react-ranger
Screenshots or Videos
Screenshot of page after clicking the Installation option on the lefthand sidebar: 
Screenshot of page after clicking the React option on the Installation page: 
Platform
- OS: macOS Sonoma 14.6.1
- Browser: Google Chrome
- Version: Latest version, currently
Version 128.0.6613.115 (Official Build) (arm64)
Additional context
Is this 404 page intended because the Ranger is still in beta at v0.0.6 and has not had any new commits since March of this year?
Describe the bug
Navigating to the Installation page specifically for React leads to a 404 Page Not Found error, leaving the user unaware as to how to install the Tanstack Ranger UI component.
Your Example Website or App
https://tanstack.com/ranger/latest/docs/installation/adapters/react-ranger
Steps to Reproduce the Bug or Issue
Reactoption for Installation docsExpected behavior
As a user, I should expect there to be some kind of installation docs detailing how to install and use the Ranger component in my react app, some kind of instructions showing like
or
Screenshots or Videos
Screenshot of page after clicking the
Installationoption on the lefthand sidebar:Screenshot of page after clicking the
Reactoption on the Installation page:Platform
Version 128.0.6613.115 (Official Build) (arm64)Additional context
Is this 404 page intended because the Ranger is still in beta at v0.0.6 and has not had any new commits since March of this year?