Files
workavia-drive/Documentation/docs/internal-documentation/backend-services/documents/README.md
T
2024-05-29 11:25:45 +02:00

27 lines
412 B
Markdown

---
description: Drive on TDrive
---
# 📁 Documents
## description
**Documents** is the Nodejs drive implementation for tdrive, it contains drive items.
A **Drive item** can be:
- a file
- a directory
- the root folder
- the trash
## wording
**version** each file in the drive has a version associated to each update.
## Models and APIs
[database-models](database-models.md)
[rest-api](rest-apis.md)