Skip to content

Commit ca8dcde

Browse files
committed
Set doc titles
1 parent 189ac37 commit ca8dcde

20 files changed

+21
-1
lines changed

docs/advanced/Array-fields.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Advanced
4+
title: Array fields
45
---
56

67
# Array fields

docs/advanced/Object-fields.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Advanced
4+
title: Object fields
45
---
56

67
# Object fields

docs/advanced/Toggling-a-field.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Advanced
4+
title: Toggling a field
45
---
56

67
# Toggling a field

docs/examples/Auto-disable-submit-button.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Examples
4+
title: Submit button that disables when unmodified/error
45
---
56

67
## Submit button that disables when unmodified/error

docs/examples/Custom-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Examples
4+
title: Custom input component
45
---
56

67
## Custom input

docs/examples/Live-json-component.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
layout: default
33
parent: Examples
4+
title: Realtime JSON component
45
---
56

67
## Form JSON component
78

8-
![live updating form values](/typed-react-form/images/jsoncomponent.gif)
9+
![realtime updating form values](/typed-react-form/images/jsoncomponent.gif)
910

1011
```tsx
1112
// Take a form containing any values

docs/examples/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
has_children: true
33
title: Examples
4+
layout: default
45
nav_order: 80
56
---

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: Getting started
34
nav_order: 1
45
---

docs/reference/ArrayForm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Reference
4+
title: ArrayForm component
45
---
56

67
# `<ArrayForm />`

docs/reference/ChildForm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
parent: Reference
4+
title: ChildForm component
45
---
56

67
# `<ChildForm />`

0 commit comments

Comments
 (0)