Skip to content

Commit

Permalink
Merge branch 'main' into array-and-provider-refactor
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/config.json
  • Loading branch information
crutchcorn committed Mar 13, 2024
2 parents 1eb12b4 + 3d51d32 commit 1e1e48b
Showing 1 changed file with 114 additions and 119 deletions.
233 changes: 114 additions & 119 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apiKey": "",
"indexName": "tanstack-form"
},
"menu": [
"sections": [
{
"label": "Getting Started",
"children": [
Expand All @@ -25,6 +25,35 @@
"label": "TypeScript",
"to": "typescript"
}
],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "Quick Start",
"to": "framework/react/quick-start"
}
]
},
{
"label": "vue",
"children": [
{
"label": "Quick Start",
"to": "framework/vue/quick-start"
}
]
},
{
"label": "solid",
"children": [
{
"label": "Quick Start",
"to": "framework/solid/quick-start"
}
]
}
]
},
{
Expand All @@ -38,41 +67,10 @@
"label": "Form Validation",
"to": "guides/validation"
}
]
},
{
"label": "API Reference",
"children": [
{
"label": "FormApi",
"to": "reference/formApi"
},
{
"label": "FieldApi",
"to": "reference/fieldApi"
},
{
"label": "Types",
"to": "reference/types"
}
]
}
],
"frameworkMenus": [
{
"framework": "react",
"menuItems": [
],
"frameworks": [
{
"label": "Getting Started",
"children": [
{
"label": "Quick Start",
"to": "framework/react/quick-start"
}
]
},
{
"label": "Guides",
"label": "react",
"children": [
{
"label": "Arrays",
Expand All @@ -97,7 +95,44 @@
]
},
{
"label": "API Reference",
"label": "vue",
"children": [
{
"label": "Arrays",
"to": "framework/vue/guides/arrays"
}
]
},
{
"label": "solid",
"children": [
{
"label": "Arrays",
"to": "framework/solid/guides/arrays"
}
]
}
]
},
{
"label": "API Reference",
"children": [
{
"label": "FormApi",
"to": "reference/formApi"
},
{
"label": "FieldApi",
"to": "reference/fieldApi"
},
{
"label": "Types",
"to": "reference/types"
}
],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "useForm",
Expand All @@ -118,149 +153,109 @@
]
},
{
"label": "Examples",
"label": "vue",
"children": [
{
"label": "Simple",
"to": "framework/react/examples/simple"
},
{
"label": "Arrays",
"to": "framework/react/examples/array"
},
{
"label": "Yup",
"to": "framework/react/examples/yup"
"label": "useForm",
"to": "framework/vue/reference/useForm"
},
{
"label": "Zod",
"to": "framework/react/examples/zod"
"label": "useField",
"to": "framework/vue/reference/useField"
},
{
"label": "Valibot",
"to": "framework/react/examples/valibot"
"label": "Field",
"to": "framework/vue/reference/Field"
},
{
"label": "UI Libraries",
"to": "framework/react/examples/ui-libraries"
}
]
}
]
},
{
"framework": "vue",
"menuItems": [
{
"label": "Getting Started",
"children": [
{
"label": "Quick Start",
"to": "framework/vue/quick-start"
}
]
},
{
"label": "Guides",
"children": [
{
"label": "Arrays",
"to": "framework/vue/guides/arrays"
"label": "FormApi",
"to": "framework/vue/reference/formApi"
}
]
},
{
"label": "API Reference",
"label": "solid",
"children": [
{
"label": "useForm",
"to": "framework/vue/reference/useForm"
"to": "framework/solid/reference/createForm"
},
{
"label": "useField",
"to": "framework/vue/reference/useField"
"to": "framework/solid/reference/createField"
},
{
"label": "Field",
"to": "framework/vue/reference/Field"
"to": "framework/solid/reference/Field"
},
{
"label": "FormApi",
"to": "framework/vue/reference/formApi"
"to": "framework/solid/reference/formApi"
}
]
},
}
]
},
{
"label": "Examples",
"children": [],
"frameworks": [
{
"label": "Examples",
"label": "react",
"children": [
{
"label": "Simple",
"to": "framework/vue/examples/simple"
"to": "framework/react/examples/simple"
},
{
"label": "Arrays",
"to": "framework/vue/examples/array"
"to": "framework/react/examples/array"
},
{
"label": "Yup",
"to": "framework/vue/examples/yup"
"to": "framework/react/examples/yup"
},
{
"label": "Zod",
"to": "framework/vue/examples/zod"
"to": "framework/react/examples/zod"
},
{
"label": "Valibot",
"to": "framework/vue/examples/valibot"
}
]
}
]
},
{
"framework": "solid",
"menuItems": [
{
"label": "Getting Started",
"children": [
"to": "framework/react/examples/valibot"
},
{
"label": "Quick Start",
"to": "framework/solid/quick-start"
"label": "UI Libraries",
"to": "framework/react/examples/ui-libraries"
}
]
},
{
"label": "Guides",
"label": "vue",
"children": [
{
"label": "Arrays",
"to": "framework/solid/guides/arrays"
}
]
},
{
"label": "API Reference",
"children": [
"label": "Simple",
"to": "framework/vue/examples/simple"
},
{
"label": "useForm",
"to": "framework/solid/reference/createForm"
"label": "Arrays",
"to": "framework/vue/examples/array"
},
{
"label": "useField",
"to": "framework/solid/reference/createField"
"label": "Yup",
"to": "framework/vue/examples/yup"
},
{
"label": "Field",
"to": "framework/solid/reference/Field"
"label": "Zod",
"to": "framework/vue/examples/zod"
},
{
"label": "FormApi",
"to": "framework/solid/reference/formApi"
"label": "Valibot",
"to": "framework/vue/examples/valibot"
}
]
},
{
"label": "Examples",
"label": "solid",
"children": [
{
"label": "Simple",
Expand Down

0 comments on commit 1e1e48b

Please sign in to comment.