Commit graph

33 commits

Author SHA1 Message Date
Renée Kooi
d820cdeea5
website: use double quotes in yaml 2019-10-09 14:50:39 +02:00
Artur Paikin
a7d7bbd710
docs: Talk about using a custom file input, instead of the file-input plugin (#1765)
* Talk about using a custom file input, instead of file-input plugin

* move to the end, handle restriction errors instead of ignoring
2019-08-09 19:24:29 +03:00
Kevin van Zonneveld
abbfc055b9
Community projects (#1620)
* Community Projects

* Update website/src/docs/community-projects.md

* Update website/src/docs/lossless-optimize.md

* Update website/themes/uppy/layout/partials/docs_menu.ejs

* Added uppy-aws-amplify to community projects (#1666)

* Improve styles and layout of the plugin list

* Move image-optimize to community projects page for now

//cc @kvz

It’s not on npm yet, not transpiled to ES5, so very raw indeed

* Add React to list of plugins

* Mimic uppy.io/docs/plugins structure

* more compact padding
2019-06-27 20:58:33 +02:00
Kevin van Zonneveld
bab4b9de1f
Proposal for new doc menu structure (#1405)
* website: New doc menu layout

* Merge sources

* Operate HR via menu_prefix too

* Fix categories in /examples
2019-04-05 15:53:34 +02:00
Jed Wood
5f2402a97a
Replace Drag & Drop ref w/ correct File Input 2019-02-14 07:56:17 -07:00
Renée Kooi
dd718ac02e
Merge branch 'master' into feature/tl-preset 2018-12-13 16:10:15 +01:00
Renée Kooi
a6604ea4ff
Resort menu 2018-11-26 13:26:19 +01:00
Artur Paikin
cd8fae0ac9 Don’t bundle Core styles with everything, because of CSS conflicts
To use Dashboard, you now have to include the following css:
```js
import '@uppy/core/dist/style.css'
import '@uppy/dashboard/dist/style.css'
```
2018-11-22 13:59:02 +03:00
AJvanLoon
5564e1b534
Module name consistency + small tweak
@arturi
2018-07-31 13:45:35 +02:00
Artur Paikin
ba67f1f2a1 turn Try it live link into a button 2018-07-15 23:02:08 -04:00
Renée Kooi
35414119f9
docs: Fix YAML syntax. 2018-07-05 15:54:06 +02:00
Renée Kooi
3670ee8b2e
docs: Refer to plugins by their module names in most places 2018-07-05 15:54:06 +02:00
Renée Kooi
31358bc73e
Sort doc pages and add headers. 2018-07-05 15:49:33 +02:00
Renée Kooi
dccc819b1f
docs: Document CDN bundle property name for each plugin. 2018-07-05 15:49:33 +02:00
Renée Kooi
a1dfaf3339
docs: Use human friendly names in sidebar 2018-07-05 15:49:33 +02:00
Renée Kooi
f1dee8520f
docs: Use module names in sidebar 2018-07-05 15:49:33 +02:00
Renée Kooi
7e2960dc0f
docs: Rename plugin documentation pages 2018-07-05 15:49:33 +02:00
Renée Kooi
8024f20021
docs: Document CSS files like this? 2018-07-05 15:49:33 +02:00
AJvanLoon
3bfa6c481c
Some docs polish
@arturi
2018-07-03 17:24:15 +02:00
Renée Kooi
d4a033fdf3
Add install instruction to each plugin documentation page. 2018-06-25 15:28:07 +02:00
Artur Paikin
356585f4af update to status-bar and xhr-upload in: tests, website, dependencies, examples 2018-06-21 16:20:55 -04:00
Artur Paikin
0ec11087e4 /docs/xhrupload --> docs/xhr-upload/ with alias (and others too) 2018-06-21 15:42:23 -04:00
Renée Kooi
e5bacdd5ab
Update import paths in documentation. 2018-06-18 12:55:56 +02:00
Renée Kooi
422f3932e6
Move locale option description to plugin pages and add descriptions for strings. 2018-05-24 15:18:07 +02:00
Renée Kooi
8dd53274cf
Move id option to each plugin documentation page. 2018-05-24 15:18:07 +02:00
Renée Kooi
0bf386a4b1
Add require statements to plugin doc pages. 2018-05-24 15:18:07 +02:00
Artur Paikin
179754bab2 Improve docs 2018-05-14 16:15:05 -04:00
Artur Paikin
d7abb71b59 Remove allowMultipleFiles and update docs to talk about restrictions 2018-05-09 17:09:20 -04:00
Artur Paikin
803a88e7f2 Update docs too 2018-05-03 16:25:17 -04:00
Janko Marohnić
6c524f6e7f
Correct some option names in the documentation 2017-12-23 13:40:17 +01:00
Janko Marohnić
8fbb293570
Make ordering of plugin options consistent
It's easier to scan the options if "locale" is at the end.
2017-12-23 13:38:12 +01:00
Artur Paikin
f2d28dfaa8 remove getMetaFromForm from docs 2017-12-23 02:53:18 -05:00
Renée Kooi
d836289aff
docs: Add FileInput docs page. 2017-12-18 15:42:03 +01:00