forked from rjsf-team/react-jsonschema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (30 loc) · 1.01 KB
/
mkdocs.yml
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
site_name: react-jsonschema-form documentation
docs_dir: docs
theme: readthedocs
extra_javascript: [main.js]
nav:
- Introduction: index.md
- Quickstart: quickstart.md
- JSON schema:
- Single fields: usage/single.md
- Objects: usage/objects.md
- Arrays: usage/arrays.md
- Definitions: usage/definitions.md
- Dependencies: usage/dependencies.md
- oneOf / anyOf / allOf: usage/oneof.md
- Usage:
- Widgets: usage/widgets.md
- Themes: usage/themes.md
- Validation: usage/validation.md
- Advanced Customization:
- Custom Widgets and Fields: advanced-customization/custom-widgets-fields.md
- Custom Templates: advanced-customization/custom-templates.md
- Custom Themes: advanced-customization/custom-themes.md
- Other Internals: advanced-customization/internals.md
- Contributing: contributing.md
- API Reference:
- uiSchema: api-reference/uiSchema.md
- "<Form /> props": api-reference/form-props.md
markdown_extensions:
- toc:
permalink: true