Changed docs folder structure

This commit is contained in:
2024-07-23 19:18:34 +02:00
parent e31dccc298
commit e84b59a466

21
docs/Models/README.md Normal file
View File

@@ -0,0 +1,21 @@
# Models for HopFrame
This page shows all models that HopFrame uses.
## Base Models
These are the models used by the various database services.
![](../Diagrams/Models/img/BaseModels.svg)
## API Models
These are the models used by the REST API and the Blazor API.
![](../Diagrams/Models/img/ApiModels.svg)
## Database Models
These are the models that correspond to the scheme in the Database
![](../Diagrams/Models/img/DatabaseModels.svg)