From 7625ed6c927401f8be32c44fb93e1cc94cea4df0 Mon Sep 17 00:00:00 2001 From: Nicklas Gellner <85512181+MedusaNick@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:46:37 +0200 Subject: [PATCH] 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 --- docs/content/development/plugins/publish.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/development/plugins/publish.md b/docs/content/development/plugins/publish.md index 27bc03c340..e084d0235d 100644 --- a/docs/content/development/plugins/publish.md +++ b/docs/content/development/plugins/publish.md @@ -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 -``` \ No newline at end of file +```