docs: added new recipes (#4793)

* added new recipes

* added more recipes
This commit is contained in:
Shahed Nasser
2023-08-17 20:37:40 +03:00
committed by GitHub
parent 3b5590ccec
commit 57bb391146
12 changed files with 392 additions and 63 deletions
@@ -4,6 +4,7 @@ description: 'Learn what Plugins are and how they are used in Medusa. Plugins ar
import DocCardList from '@theme/DocCardList';
import Icons from '@theme/Icon';
import LearningPath from '@site/src/components/LearningPath';
# Plugins
@@ -23,6 +24,8 @@ Plugins run within the same process as the core Medusa backend eliminating the n
Plugins can contain customizations to the Medusa backend or the admin dashboard.
<LearningPath pathName="plugin" />
---
## Using Existing Plugins