Browse Source

docs: link to react docs from readme & docs/index.md

Renée Kooi 7 years ago
parent
commit
dd0d51b881
2 changed files with 2 additions and 0 deletions
  1. 1 0
      README.md
  2. 1 0
      website/src/docs/index.md

+ 1 - 0
README.md

@@ -72,6 +72,7 @@ If you like, you can also use a pre-built bundle, for example from [unpkg CDN](h
 - [Uppy](http://uppy.io/docs/uppy/) — full list of options, methods and events.
 - [Plugins](http://uppy.io/docs/plugins/) — list of Uppy plugins and their options.
 - [Server](http://uppy.io/docs/server/) — setting up and running an Uppy Server instance, which adds support for Instagram, Dropbox, Google Drive and other remote sources.
+- [React](/docs/react/) — components to integrate uppy UI plugins with react apps.
 - Architecture & Making a Plugin — how to write a plugin for Uppy [documentation in progress].
 
 ## Plugins

+ 1 - 0
website/src/docs/index.md

@@ -72,6 +72,7 @@ If you like, you can also use a pre-built bundle, for example from [unpkg CDN](h
 - [Uppy](/docs/uppy/) — full list of options, methods and events.
 - [Plugins](/docs/plugins/) — list of Uppy plugins and their options.
 - [Server](/docs/server/) — setting up and running an uppy-server instance, which adds support for Instagram, Dropbox, Google Drive and other remote sources.
+- [React](/docs/react/) — components to integrate uppy UI plugins with react apps.
 - Architecture & Making a Plugin — how to write a plugin for Uppy [documentation in progress].
 
 ## Browser Support