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.