From 1fce88ed4348e9cd88566880c3ace60bb4a01b59 Mon Sep 17 00:00:00 2001 From: Andy Kiesler <4186292+akiesler@users.noreply.github.com> Date: Mon, 5 May 2025 10:29:59 -0700 Subject: [PATCH] doc: Update search-params.md Effect/Schema Adapter heading Fix heading level of the Effect/Schema Adapters section to have the right level relational level in the table of contents. --- docs/router/framework/react/guide/search-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/router/framework/react/guide/search-params.md b/docs/router/framework/react/guide/search-params.md index a86233f08f4..786ea2cd673 100644 --- a/docs/router/framework/react/guide/search-params.md +++ b/docs/router/framework/react/guide/search-params.md @@ -318,7 +318,7 @@ export const Route = createFileRoute('/shop/products/')({ }) ``` -## Effect/Schema +### Effect/Schema When using [Effect/Schema](https://effect.website/docs/schema/introduction/) an adapter is not needed to ensure the correct `input` and `output` types are used for navigation and reading search params. This is because [Effect/Schema](https://effect.website/docs/schema/standard-schema/) implements [Standard Schema](https://github.com/standard-schema/standard-schema)