Skip to content

Commit 213d306

Browse files
authored
Reorganize docs, add codepen examples (rjsf-team#1691)
### Reasons for making this change Reorganize docs to make them easier for beginners to use, as well as giving them a more comprehensive API reference for the various props / widgets / fields that rjsf supports. (see rjsf-team#1692) ![image](https://user-images.githubusercontent.com/1689183/81511033-69982980-92e4-11ea-96f9-7cc94386b556.png) Also add codepen examples (see `docs/main.js` for the code that converts all eligible ```jsx blocks to codepen examples): ![image](https://user-images.githubusercontent.com/1689183/81511036-7026a100-92e4-11ea-8d6e-0e6d09b36a43.png) Also upgraded mkdocs to 1.1.
1 parent 948d8c1 commit 213d306

27 files changed

+2463
-1838
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
uses: actions/setup-python@v1.2.0
6363
with:
6464
python-version: 3.6
65-
- run: pip install mkdocs==1.0.4
65+
- run: pip install -r requirements.docs.txt
6666
- run: mkdocs build --clean

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
react-jsonschema-form
22
=====================
33

4-
[![Build Status](https://travis-ci.org/mozilla-services/react-jsonschema-form.svg?branch=master)](https://travis-ci.org/mozilla-services/react-jsonschema-form)
4+
![Build Status](https://github.com/rjsf-team/react-jsonschema-form/workflows/CI/badge.svg)
55

66
A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of a [JSON schema](http://json-schema.org/) and using [Bootstrap](http://getbootstrap.com/) semantics by default.
77

88
![](http://i.imgur.com/M8ZCES5.gif)
99

1010
Testing powered by BrowserStack<br>
11-
<a target=_blank href="https://www.browserstack.com/"><img width=200 src="https://user-images.githubusercontent.com/1689183/51487090-4ea04f80-1d57-11e9-9a91-79b7ef8d2013.png"></a>
11+
<a target=_blank href="https://www.browserstack.com/"><img width="200" src="https://user-images.githubusercontent.com/1689183/51487090-4ea04f80-1d57-11e9-9a91-79b7ef8d2013.png"></a>
1212

1313

1414
## Documentation

0 commit comments

Comments
 (0)