27 lines
412 B
Markdown
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)
|