@@ -1,6 +1,6 @@
---
type: docs
-order: 10
+order: 11
title: "AwsS3"
permalink: docs/aws-s3/
-order: 9
+order: 10
title: "Transloadit"
permalink: docs/transloadit/
@@ -1,5 +1,6 @@
-order: 7
+type: docs
+order: 8
title: "Tus"
permalink: docs/tus/
@@ -0,0 +1,20 @@
+---
+title: "XHRUpload"
+permalink: docs/xhrupload/
+
+The XHRUpload plugin handles classic HTML multipart form uploads, as well as uploads using the HTTP `PUT` method.
+## Options
+```js
+uppy.use(Tus10, {
+ resume: true,
+ allowPause: true,
+ autoRetry: true,
+ retryDelays: [0, 1000, 3000, 5000]
+})
+```