Skip to content

Commit f0da682

Browse files
committed
Update config.json
1 parent 69d9cad commit f0da682

File tree

1 file changed

+36
-39
lines changed

1 file changed

+36
-39
lines changed

docs/config.json

Lines changed: 36 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,50 @@
66
},
77
"menu": [
88
{
9-
"framework": "core",
10-
"menuItems": [
9+
"label": "Getting Started",
10+
"children": [
1111
{
12-
"label": "Getting Started",
13-
"children": [
14-
{
15-
"label": "Overview",
16-
"to": "core/overview"
17-
},
18-
{
19-
"label": "Installation",
20-
"to": "core/installation"
21-
},
22-
{
23-
"label": "Comparison",
24-
"to": "core/comparison"
25-
},
26-
{
27-
"label": "TypeScript",
28-
"to": "core/typescript"
29-
}
30-
]
12+
"label": "Overview",
13+
"to": "core/overview"
3114
},
3215
{
33-
"label": "Guides",
34-
"children": [
35-
{
36-
"label": "Important Defaults",
37-
"to": "core/guides/important-defaults"
38-
}
39-
]
16+
"label": "Installation",
17+
"to": "core/installation"
4018
},
4119
{
42-
"label": "API Reference",
43-
"children": [
44-
{
45-
"label": "FormApi",
46-
"to": "core/reference/formApi"
47-
},
48-
{
49-
"label": "FieldApi",
50-
"to": "core/reference/fieldApi"
51-
}
52-
]
20+
"label": "Comparison",
21+
"to": "core/comparison"
22+
},
23+
{
24+
"label": "TypeScript",
25+
"to": "core/typescript"
5326
}
5427
]
5528
},
29+
{
30+
"label": "Guides",
31+
"children": [
32+
{
33+
"label": "Important Defaults",
34+
"to": "core/guides/important-defaults"
35+
}
36+
]
37+
},
38+
{
39+
"label": "API Reference",
40+
"children": [
41+
{
42+
"label": "FormApi",
43+
"to": "core/reference/formApi"
44+
},
45+
{
46+
"label": "FieldApi",
47+
"to": "core/reference/fieldApi"
48+
}
49+
]
50+
}
51+
],
52+
"frameworkMenus": [
5653
{
5754
"framework": "react",
5855
"menuItems": [

0 commit comments

Comments
 (0)