Merge doc changes

This commit is contained in:
Shahed Nasser
2023-04-03 15:39:27 +03:00

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
```
```