Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/router/how-to/setup-basic-search-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ After setting up basic search parameters, you might want to:
- [Valibot Documentation](https://valibot.dev/) - Lightweight validation library
- [Yup Documentation](https://github.com/jquense/yup) - Object schema validation
- **TanStack Router:**
- [TanStack Zod Adapter](https://tanstack.com/router/latest/docs/framework/react/api/router/zodValidator) - Official Zod adapter
- [TanStack Valibot Adapter](https://tanstack.com/router/latest/docs/framework/react/api/router/valibotValidator) - Official Valibot adapter
- [TanStack Zod Adapter](https://github.com/TanStack/router/tree/main/packages/zod-adapter) - Official Zod adapter (the API doc page for `zodValidator` was retired; the GitHub repo is the canonical home)
- [TanStack Valibot Adapter](https://github.com/TanStack/router/tree/main/packages/valibot-adapter) - Official Valibot adapter (the API doc page for `valibotValidator` was retired; the GitHub repo is the canonical home)
- [Search Parameters Guide](../guide/search-params.md) - Comprehensive search parameters documentation
- [Type Safety Guide](../guide/type-safety.md) - Understanding TanStack Router's type safety