-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpages.json
149 lines (149 loc) · 4.85 KB
/
pages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"/": {
"file": "/README.md",
"title": "Redux Form",
"children": {
"/docs/GettingStarted.md": {
"file": "/docs/GettingStarted.md",
"title": "Getting Started"
},
"/docs/DocumentationVersions.md": {
"file": "/docs/DocumentationVersions.md",
"title": "Older Versions"
},
"/docs/MigrationGuide.md": {
"file": "/docs/MigrationGuide.md",
"title": "`v6` Migration Guide"
},
"/docs/ValueLifecycle.md": {
"file": "/docs/ValueLifecycle.md",
"title": "Value Lifecycle"
},
"/docs/Flow.md": {
"file": "/docs/Flow.md",
"title": "Flow"
},
"/docs/faq": {
"file": "/docs/faq/README.md",
"title": "FAQ",
"children": {
"/docs/faq/BundleSize.md": {
"file": "/docs/faq/BundleSize.md",
"title": "How to reduce `redux-form`'s bundle size?"
},
"/docs/faq/ButtonType.md": {
"file": "/docs/faq/ButtonType.md",
"title": "Why are all my buttons triggering onSubmit?"
},
"/docs/faq/CustomComponent.md": {
"file": "/docs/faq/CustomComponent.md",
"title": "Will `redux-form` work with a my custom input component?"
},
"/docs/faq/EnterToSubmit.md": {
"file": "/docs/faq/EnterToSubmit.md",
"title": "How can I submit my form when the users presses Enter?"
},
"/docs/faq/HandleVsOn.md": {
"file": "/docs/faq/HandleVsOn.md",
"title":
"What's the difference between `handleSubmit` and `onSubmit`?"
},
"/docs/faq/HowToClear.md": {
"file": "/docs/faq/HowToClear.md",
"title": "How can I clear my form after my submission succeeds?"
},
"/docs/faq/HowToConnect.md": {
"file": "/docs/faq/HowToConnect.md",
"title": "How do I `mapStateToProps` or `mapDispatchToProps`?"
},
"/docs/faq/ReactNative.md": {
"file": "/docs/faq/ReactNative.md",
"title": "Does `redux-form` work with React Native?"
},
"/docs/faq/SubmitFunction.md": {
"file": "/docs/faq/SubmitFunction.md",
"title": "My submit function isn't being called! Help?"
},
"/docs/faq/WebsocketSubmit.md": {
"file": "/docs/faq/WebsocketSubmit.md",
"title": "Can I submit my form using websockets?"
},
"/docs/faq/ImmutableJs.md": {
"file": "/docs/faq/ImmutableJs.md",
"title": "Does `redux-form` work ImmutableJS?"
}
}
},
"/docs/api": {
"file": "/docs/api/README.md",
"title": "API",
"children": {
"/docs/api/ActionCreators.md": {
"file": "/docs/api/ActionCreators.md",
"title": "Action Creators"
},
"/docs/api/Field.md": {
"file": "/docs/api/Field.md",
"title": "`Field`"
},
"/docs/api/FieldArray.md": {
"file": "/docs/api/FieldArray.md",
"title": "`FieldArray`"
},
"/docs/api/Fields.md": {
"file": "/docs/api/Fields.md",
"title": "`Fields`"
},
"/docs/api/Form.md": {
"file": "/docs/api/Form.md",
"title": "`Form`"
},
"/docs/api/FormName.md": {
"file": "/docs/api/FormName.md",
"title": "`FormName`"
},
"/docs/api/FormSection.md": {
"file": "/docs/api/FormSection.md",
"title": "`FormSection`"
},
"/docs/api/FormValueSelector.md": {
"file": "/docs/api/FormValueSelector.md",
"title": "`formValueSelector()`"
},
"/docs/api/FormValues.md": {
"file": "/docs/api/FormValues.md",
"title": "`formValues()`"
},
"/docs/api/Props.md": {
"file": "/docs/api/Props.md",
"title": "`props`"
},
"/docs/api/Reducer.md": {
"file": "/docs/api/Reducer.md",
"title": "`reducer`"
},
"/docs/api/ReducerPlugin.md": {
"file": "/docs/api/ReducerPlugin.md",
"title": "`reducer.plugin()`"
},
"/docs/api/ReduxForm.md": {
"file": "/docs/api/ReduxForm.md",
"title": "`reduxForm()`"
},
"/docs/api/Selectors.md": {
"file": "/docs/api/Selectors.md",
"title": "Selectors"
},
"/docs/api/SubmissionError.md": {
"file": "/docs/api/SubmissionError.md",
"title": "`SubmissionError`"
}
}
},
"/examples": {
"file": "/examples/README.md",
"title": "Examples"
}
}
}
}