Skip to content

Commit

Permalink
Add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 19, 2020
1 parent 2852cdb commit 399afc9
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions docs/manifest.json
@@ -0,0 +1,78 @@
{
"routes": [
{
"title": "Documentation",
"heading": true,
"routes": [
{
"title": "Getting Started",
"path": "/docs/overview.md"
},
{
"title": "Tutorial",
"path": "/docs/tutorial.md"
},
{
"title": "Migrating from v1.x to v2.x",
"path": "/docs/migrating-v2.md"
},
{
"title": "Resources",
"path": "/docs/resources.md"
},
{
"title": "Guides",
"open": true,
"routes": [
{
"title": "Validation",
"path": "/docs/guides/validation.md"
},
{
"title": "Arrays",
"path": "/docs/guides/arrays.md"
},
{
"title": "TypeScript",
"path": "/docs/guides/typescript.md"
},
{
"title": "React Native",
"path": "/docs/guides-native.md"
},
{
"title": "Form Submission",
"path": "/docs/guides/form-submission.md"
}
]
}
]
},
{
"title": "API Reference",
"heading": true,
"routes": [
{ "title": "connect()", "path": "/docs/api/connect.md" },
{
"title": "<ErrorMessage />",
"path": "/docs/api/errormessage.md"
},
{ "title": "<FastField />", "path": "/docs/api/fastfield.md" },
{ "title": "<Field />", "path": "/docs/api/field.md" },
{ "title": "<FieldArray />", "path": "/docs/api/fieldarray.md" },
{ "title": "<Form />", "path": "/docs/api/form.md" },
{ "title": "<Formik />", "path": "/docs/api/formik.md" },
{ "title": "useField()", "path": "/docs/api/useField.md" },
{
"title": "useFormik()",
"path": "/docs/api/useFormik.md"
},
{
"title": "useFormikContext()",
"path": "/docs/api/useFormikContext.md"
},
{ "title": "withFormik()", "path": "/docs/api/withFormik.md" }
]
}
]
}

0 comments on commit 399afc9

Please sign in to comment.