From f96845fe22511d5e4354765b58790edddf68a535 Mon Sep 17 00:00:00 2001 From: ayden94 <144667387+ayden94@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:35:47 +0000 Subject: [PATCH] docs: sync from form --- content/docs/form/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/form/index.mdx b/content/docs/form/index.mdx index 8d2eef8..aca078a 100644 --- a/content/docs/form/index.mdx +++ b/content/docs/form/index.mdx @@ -48,3 +48,5 @@ The most important rule is path semantics. A string is a literal field name, so ## Where to go next Read [Quick start](/en/form/quick-start) for a working React example, [Core concepts](/en/form/core-concepts) for the mental model, [CreateForm](/en/form/reference/create-form) for the core API, and the integration page for your framework when you are ready to bind DOM inputs. + +> This documentation lives in the `@ilokesto/form` repository and is synced to the ilokesto docs site.