From 6932e35c7c5f1f5b2132cd9504609aed1bf0a66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Wed, 28 Jan 2026 16:04:22 +0000 Subject: [PATCH 1/2] docs: mention available functions --- apps/web/app/(main)/docs/validation/page.tsx | 53 ++++++++++++-------- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/apps/web/app/(main)/docs/validation/page.tsx b/apps/web/app/(main)/docs/validation/page.tsx index 84e34e5a..258d2977 100644 --- a/apps/web/app/(main)/docs/validation/page.tsx +++ b/apps/web/app/(main)/docs/validation/page.tsx @@ -1,23 +1,23 @@ -import Link from "next/link"; -import { Code } from "@/components/code"; +import Link from 'next/link'; +import { Code } from '@/components/code'; export const metadata = { - title: "Validation | json-render", + title: 'Validation | json-render', }; export default function ValidationPage() { return (
-

Validation

+

Validation

Validate form inputs with built-in and custom functions.

-

Built-in Validators

-

+

Built-in Validators

+

json-render includes common validation functions:

-