Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 27, 2023
1 parent 69d9cad commit f0da682
Showing 1 changed file with 36 additions and 39 deletions.
75 changes: 36 additions & 39 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,50 @@
},
"menu": [
{
"framework": "core",
"menuItems": [
"label": "Getting Started",
"children": [
{
"label": "Getting Started",
"children": [
{
"label": "Overview",
"to": "core/overview"
},
{
"label": "Installation",
"to": "core/installation"
},
{
"label": "Comparison",
"to": "core/comparison"
},
{
"label": "TypeScript",
"to": "core/typescript"
}
]
"label": "Overview",
"to": "core/overview"
},
{
"label": "Guides",
"children": [
{
"label": "Important Defaults",
"to": "core/guides/important-defaults"
}
]
"label": "Installation",
"to": "core/installation"
},
{
"label": "API Reference",
"children": [
{
"label": "FormApi",
"to": "core/reference/formApi"
},
{
"label": "FieldApi",
"to": "core/reference/fieldApi"
}
]
"label": "Comparison",
"to": "core/comparison"
},
{
"label": "TypeScript",
"to": "core/typescript"
}
]
},
{
"label": "Guides",
"children": [
{
"label": "Important Defaults",
"to": "core/guides/important-defaults"
}
]
},
{
"label": "API Reference",
"children": [
{
"label": "FormApi",
"to": "core/reference/formApi"
},
{
"label": "FieldApi",
"to": "core/reference/fieldApi"
}
]
}
],
"frameworkMenus": [
{
"framework": "react",
"menuItems": [
Expand Down

0 comments on commit f0da682

Please sign in to comment.