Files
react-jsonschema-form/mkdocs.yml
Dan Balarin cc7e1b4f29 Added withTheme HOC (#1226)
* Added withTheme HOC

* prettier run

* renamed restData variable

* data.Fields -> data.fields

* Created documentation

* doc: update doc

* test: add test

* removed custom form

* removed custom form from documentation

* Updated withTheme + docs to show pass-through nature of all the props

* Apply suggestions from code review

Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>

* Update test/withTheme_test.js

Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com>

* Updated tests
2019-05-24 21:28:19 -07:00

18 lines
485 B
YAML

site_name: react-jsonschema-form documentation
docs_dir: docs
theme: readthedocs
nav:
- Introduction: index.md
- Advanced Customization: advanced-customization.md
- Definitions: definitions.md
- Dependencies: dependencies.md
- Form Customization: form-customization.md
- Theme Customization: theme-customization.md
- Validation: validation.md
- Playground: https://mozilla-services.github.io/react-jsonschema-form/
markdown_extensions:
- toc:
permalink: true