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:
co-authored by
Shahed Nasser
parent
9ddcaf1176
commit
7625ed6c92
@@ -5,7 +5,7 @@ addHowToData: true
|
|||||||
|
|
||||||
# How to Publish a Plugin
|
# 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
|
## Prerequisites
|
||||||
|
|
||||||
@@ -151,4 +151,4 @@ Then, publish the new update:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm publish
|
npm publish
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user