Skip to content

Commit 1bfdca7

Browse files
committed
Added an index to the documentation
1 parent ee0d55d commit 1bfdca7

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

docs/index.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@ Documentation
22
=============
33

44
1. [Form types](#form-types)
5-
6-
7-
8-
5+
1. [Default form types](#default-form-types)
6+
1. [Form definitions](#form-definitions)
7+
1. [Overriding field types and order](#overriding-field-types-and-order)
8+
1. [Standard Options](#standard-options)
9+
1. [onChange](#onchange)
10+
1. [Validation Messages](#validation-messages)
11+
1. [Inline feedback icons](#inline-feedback-icons)
12+
1. [Specific options per type](#specific-options-per-type)
13+
1. [fieldset and section](#fieldset-and-section)
14+
1. [conditional](#conditional)
15+
1. [select and checkboxes](#select-and-checkboxes)
16+
1. [actions](#actions)
17+
1. [button](#button)
18+
1. [radios and radiobuttons](#radios-and-radiobuttons)
19+
1. [Post process function](#post-process-function)
920

1021
Form types
1122
----------
@@ -49,8 +60,8 @@ a property.
4960
| "type": "array" and a "enum" in array type | checkboxes |
5061

5162

52-
Form definition and "*"
53-
----------------------
63+
Form definitions
64+
----------------
5465
If you don't supply a form definition, it will default to rendering the after the defaults taken
5566
from the schema.
5667

@@ -122,8 +133,8 @@ var schema = {
122133
]
123134
```
124135

125-
Options
126-
-------
136+
Standard Options
137+
----------------
127138

128139
General options most field types can handle:
129140
```javascript

0 commit comments

Comments
 (0)