docs: add details about plugins page (#3668)

* Add Plugin Page

Make people aware that publishing a plugin on npm will let it be showcased on our Plugin Page.

* small changes to text

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Nicklas Gellner
2023-03-31 14:46:37 +02:00
committed by GitHub
parent 9ddcaf1176
commit 7625ed6c92

View File

@@ -5,7 +5,7 @@ addHowToData: true
# How to Publish a Plugin
In this document, you'll learn how to publish a Medusa plugin to NPM and what are some requirements to keep in mind before publishing.
In this document, you'll learn how to publish a Medusa plugin to NPM and what are some requirements to keep in mind before publishing. Afterwards, your plugin will be published on the [Medusa Plugins page](https://medusajs.com/plugins/).
## Prerequisites
@@ -151,4 +151,4 @@ Then, publish the new update:
```bash
npm publish
```
```