docs: added new recipes (#4793)
* added new recipes * added more recipes
This commit is contained in:
@@ -4,6 +4,7 @@ description: 'Learn what entities are in Medusa. There are entities defined in t
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import Icons from '@theme/Icon';
|
||||
import LearningPath from '@site/src/components/LearningPath';
|
||||
|
||||
# Entities
|
||||
|
||||
@@ -17,6 +18,8 @@ Aside from the entities in the Medusa core package, you can also create custom e
|
||||
|
||||
Entities are based on [Typeorm’s Entities](https://typeorm.io/entities) and use Typeorm decorators. Each entity also require a [repository](./repositories.md) to be created. A repository provides basic methods to access and manipulate the entity's data.
|
||||
|
||||
<LearningPath pathName="entity-and-api" />
|
||||
|
||||
---
|
||||
|
||||
## Base Entities
|
||||
|
||||
Reference in New Issue
Block a user