Skip to content

Commit

Permalink
docs(examples): update the docs with the field-level-errors-from-form…
Browse files Browse the repository at this point in the history
…-validators example (#934)
  • Loading branch information
fulopkovacs authored Sep 3, 2024
1 parent 5e10ddf commit 8ae94e0
Showing 1 changed file with 72 additions and 17 deletions.
89 changes: 72 additions & 17 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,26 @@
{
"label": "API Reference",
"children": [
{ "label": "JavaScript Reference", "to": "reference/index" },
{ "label": "Classes / FieldApi", "to": "reference/classes/fieldapi" },
{ "label": "Classes / FormApi", "to": "reference/classes/formapi" },
{ "label": "Functions / formOptions", "to": "reference/functions/formoptions" },
{ "label": "Functions / mergeForm", "to": "reference/functions/mergeform" },
{
"label": "JavaScript Reference",
"to": "reference/index"
},
{
"label": "Classes / FieldApi",
"to": "reference/classes/fieldapi"
},
{
"label": "Classes / FormApi",
"to": "reference/classes/formapi"
},
{
"label": "Functions / formOptions",
"to": "reference/functions/formoptions"
},
{
"label": "Functions / mergeForm",
"to": "reference/functions/mergeform"
},
{
"label": "Interfaces / FieldApiOptions",
"to": "reference/interfaces/fieldapioptions"
Expand All @@ -208,24 +223,54 @@
"label": "Interfaces / FieldValidators",
"to": "reference/interfaces/fieldvalidators"
},
{ "label": "Interfaces / FormOptions", "to": "reference/interfaces/formoptions" },
{
"label": "Interfaces / FormOptions",
"to": "reference/interfaces/formoptions"
},
{
"label": "Interfaces / FormValidators",
"to": "reference/interfaces/formvalidators"
},
{ "label": "Types / DeepKeys", "to": "reference/type-aliases/deepkeys" },
{ "label": "Types / DeepValue", "to": "reference/type-aliases/deepvalue" },
{ "label": "Types / FieldInfo", "to": "reference/type-aliases/fieldinfo" },
{ "label": "Types / FieldMeta", "to": "reference/type-aliases/fieldmeta" },
{ "label": "Types / FieldState", "to": "reference/type-aliases/fieldstate" },
{ "label": "Types / FormState", "to": "reference/type-aliases/formstate" },
{ "label": "Types / Updater", "to": "reference/type-aliases/updater" },
{ "label": "Types / UpdaterFn", "to": "reference/type-aliases/updaterfn" },
{
"label": "Types / DeepKeys",
"to": "reference/type-aliases/deepkeys"
},
{
"label": "Types / DeepValue",
"to": "reference/type-aliases/deepvalue"
},
{
"label": "Types / FieldInfo",
"to": "reference/type-aliases/fieldinfo"
},
{
"label": "Types / FieldMeta",
"to": "reference/type-aliases/fieldmeta"
},
{
"label": "Types / FieldState",
"to": "reference/type-aliases/fieldstate"
},
{
"label": "Types / FormState",
"to": "reference/type-aliases/formstate"
},
{
"label": "Types / Updater",
"to": "reference/type-aliases/updater"
},
{
"label": "Types / UpdaterFn",
"to": "reference/type-aliases/updaterfn"
},
{
"label": "Types / ValidationError",
"to": "reference/type-aliases/validationerror"
},
{ "label": "Types / ValidationMeta", "to": "reference/type-aliases/validationmeta" }
{
"label": "Types / ValidationMeta",
"to": "reference/type-aliases/validationmeta"
}
],
"frameworks": [
{
Expand Down Expand Up @@ -268,7 +313,10 @@
{
"label": "vue",
"children": [
{ "label": "Vue Reference", "to": "framework/vue/reference/index" },
{
"label": "Vue Reference",
"to": "framework/vue/reference/index"
},
{
"label": "Functions / Field",
"to": "framework/vue/reference/functions/field"
Expand Down Expand Up @@ -323,7 +371,10 @@
{
"label": "lit",
"children": [
{ "label": "Lit Reference", "to": "framework/lit/reference/index" },
{
"label": "Lit Reference",
"to": "framework/lit/reference/index"
},
{
"label": "Classes / TanStackFormController",
"to": "framework/lit/reference/classes/tanstackformcontroller"
Expand Down Expand Up @@ -395,6 +446,10 @@
{
"label": "UI Libraries",
"to": "framework/react/examples/ui-libraries"
},
{
"label": "Field Errors From Form Validators",
"to": "framework/react/examples/field-errors-from-form-validators"
}
]
},
Expand Down

0 comments on commit 8ae94e0

Please # to comment.