Skip to content

Commit 5b7c6ce

Browse files
committed
fix: UserChange/InputProps
1 parent 4e7ff05 commit 5b7c6ce

File tree

14 files changed

+43
-13
lines changed

14 files changed

+43
-13
lines changed
File renamed without changes.

docs/config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"children": [
1111
{
1212
"label": "Overview",
13-
"to": "core/overview"
13+
"to": "overview"
1414
},
1515
{
1616
"label": "Installation",
17-
"to": "core/installation"
17+
"to": "installation"
1818
},
1919
{
2020
"label": "Comparison",
21-
"to": "core/comparison"
21+
"to": "comparison"
2222
},
2323
{
2424
"label": "TypeScript",
25-
"to": "core/typescript"
25+
"to": "typescript"
2626
}
2727
]
2828
},
@@ -31,7 +31,7 @@
3131
"children": [
3232
{
3333
"label": "Important Defaults",
34-
"to": "core/guides/important-defaults"
34+
"to": "guides/important-defaults"
3535
}
3636
]
3737
},
@@ -40,11 +40,11 @@
4040
"children": [
4141
{
4242
"label": "FormApi",
43-
"to": "core/reference/formApi"
43+
"to": "reference/formApi"
4444
},
4545
{
4646
"label": "FieldApi",
47-
"to": "core/reference/fieldApi"
47+
"to": "reference/fieldApi"
4848
}
4949
]
5050
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)