docs: updated documentation (#476)

Co-authored-by: Monta <monta@HP-ProBook-445-14-inch-G9-Notebook-PC-505aadfc.localdomain>
This commit is contained in:
Montassar Ghanmy
2024-05-07 17:21:17 +01:00
committed by GitHub
parent 3b20806622
commit 24da0c8cfb
22 changed files with 102 additions and 858 deletions
@@ -1,14 +1,14 @@
---
description: File on TDrive
description: File on Twake Drive
---
# 📄 Files
<!-- TODO[NOT UP TO DATE] -->
## description
**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.
**Files** is everything related to file upload in Twake Drive after the migration to Node.js. Note that the Twake Drive isn't part of this migration because it will be replaced by Linshare.
TDrive Files upload support chunk upload and file encryption.
Twake Drive Files upload support chunk upload and file encryption.
## Wording
@@ -18,7 +18,7 @@ TDrive Files upload support chunk upload and file encryption.
## Encryption
Files and Storage services in TDrive feature encryption at rest in **aes-256-cbc**.
Files and Storage services in Twake Drive feature encryption at rest in **aes-256-cbc**.
Each file is encrypted with two layers:
@@ -1,7 +1,7 @@
---
description: File database models
---
<!-- TODO[NOT UP TO DATE] -->
# Database models
* **files** The main file object in database
@@ -1,5 +1,5 @@
---
description: How we use resumable on TDrive
description: How we use resumable on Twake Drive
---
# Resumable.js
@@ -9,7 +9,7 @@ description: How we use resumable on TDrive
## What is Resumable.js
::: info
Using Resumable is not mandatory to upload a file to TDrive. You can do it manually, see REST APIs page.
Using Resumable is not mandatory to upload a file to Twake Drive. 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.