docs: add documentation for remaining plugins (#4994)

* docs: add documentation for remaining plugins

* fix eslint errors
This commit is contained in:
Shahed Nasser
2023-09-08 19:18:48 +03:00
committed by GitHub
parent 4b0e3fb2a7
commit 1a1fc6c968
23 changed files with 821 additions and 18 deletions
@@ -2,4 +2,6 @@ import DocCardList from '@theme/DocCardList';
# File Service Plugins
If you can't find your file service or storage provider, try checking the [Community Plugins Library](https://medusajs.com/plugins/?filters=Storage&categories=Storage). You can also [create your own file service](../../development/file-service/create-file-service.md).
<DocCardList />
@@ -23,11 +23,11 @@ For production, it's recommended to use a file service plugin that hosts your im
## Prerequisites
A Medusa backend is required to be set up before following along with this document. You can follow the [quickstart guide](../../development/backend/install.mdx) to get started in minutes.
A Medusa backend is required to be set up before following along with this document. You can follow the [quickstart guide](../../create-medusa-app.mdx) to get started in minutes.
---
## Plugin Installation
## Install Plugin
In the directory of your Medusa backend, run the following command to install the local file service plugin:
@@ -64,7 +64,7 @@ You can pass the plugin the following options:
---
## Test it Out
## Test the Plugin
Run your Medusa backend alongside the [Medusa Admin](../../admin/quickstart.mdx) to try out your new file service. Upon editing or creating products, you can now upload thumbnails and images, that are stored locally in your backend.