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,14 +1,14 @@
---
description: File on Twake
description: File on TDrive
---
# 📄 Files
## description
**Files** is everything related to file upload in Twake after the migration to Node.js. Note that the Twake Drive isn't part of this migration because it will be replaced by Linshare.
**Files** is everything related to file upload in TDrive after the migration to Node.js. Note that the TDrive Drive isn't part of this migration because it will be replaced by Linshare.
Twake Files upload support chunk upload and file encryption.
TDrive Files upload support chunk upload and file encryption.
## Wording
@@ -18,7 +18,7 @@ Twake Files upload support chunk upload and file encryption.
## Encryption
Files and Storage services in Twake feature encryption at rest in **aes-256-cbc**.
Files and Storage services in TDrive feature encryption at rest in **aes-256-cbc**.
Each file is encrypted with two layers:
@@ -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.