Clean documentation

This commit is contained in:
Romaric Mourgues
2023-04-17 17:00:03 +02:00
parent a46c6ca0a8
commit 88bd3b2a32
80 changed files with 138 additions and 2492 deletions
@@ -1,5 +1,5 @@
---
description: How we use resumable on Twake
description: How we use resumable on TDrive
---
# Resumable.js
@@ -9,7 +9,7 @@ description: How we use resumable on Twake
## What is Resumable.js
::: info
Using Resumable is not mandatory to upload a file to Twake. You can do it manually, see REST APIs page.
Using Resumable is not mandatory to upload a file to TDrive. You can do it manually, see REST APIs page.
:::
Its a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API.