Skip to content

Commit

Permalink
docs: add details about plugins page (medusajs#3668)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
MedusaNick and shahednasser authored Mar 31, 2023
1 parent 9ddcaf1 commit 7625ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/development/plugins/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -151,4 +151,4 @@ Then, publish the new update:

```bash
npm publish
```
```

0 comments on commit 7625ed6

Please sign in to comment.