Skip to content

Commit 5f8d5d1

Browse files
committed
Change common headlines
1 parent 29d5b86 commit 5f8d5d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-renderer-demo/src/pages/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import CodeExample from '@docs/code-example';
33

44
<DocPage>
55

6-
# Introduction
6+
# Data Driven Forms Introduction
77

88
Data Driven Forms converts JSON form definitions into fully functional React forms.
99
It uses [React Final Form](https://github.com/final-form/react-final-form) for the form state management.

packages/react-renderer-demo/src/pages/schema/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import DocPage from '@docs/doc-page';
33

44
<DocPage>
55

6-
# Introduction
6+
# Data Types
77

88
You can specify a type of a component by providing `dataType`, which will automatically validates the component value.
99
Because almost everything in HTML inputs is outputed as a string, adding the `dataType` props will also cast the value to given type.

packages/react-renderer-demo/src/pages/schema/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import DocPage from '@docs/doc-page';
22

33
<DocPage>
44

5-
# Introduction
5+
# Schema Introduction
66

77
## Schema definition
88

0 commit comments

Comments
 (0)