diff --git a/www/apps/book/app/learn/fundamentals/plugins/create/page.mdx b/www/apps/book/app/learn/fundamentals/plugins/create/page.mdx index 0363a92582..b9b4d089a9 100644 --- a/www/apps/book/app/learn/fundamentals/plugins/create/page.mdx +++ b/www/apps/book/app/learn/fundamentals/plugins/create/page.mdx @@ -60,6 +60,18 @@ For example: } ``` +In addition, make sure that the `keywords` field in `package.json` includes the keyword `medusa-plugin` and `medusa-v2`. This helps Medusa list community plugins on the Medusa website: + +```json title="package.json" +{ + "keywords": [ + "medusa-plugin", + "medusa-v2" + ], + // ... +} +``` + --- ## 3. Publish Plugin Locally for Development and Testing diff --git a/www/apps/book/generated/edit-dates.mjs b/www/apps/book/generated/edit-dates.mjs index b2618da3c1..1125cd1fec 100644 --- a/www/apps/book/generated/edit-dates.mjs +++ b/www/apps/book/generated/edit-dates.mjs @@ -109,7 +109,7 @@ export const generatedEditDates = { "app/learn/installation/page.mdx": "2025-01-27T08:45:19.029Z", "app/learn/fundamentals/data-models/check-constraints/page.mdx": "2024-12-06T14:34:50.384Z", "app/learn/fundamentals/module-links/link/page.mdx": "2025-01-06T09:27:25.604Z", - "app/learn/fundamentals/plugins/create/page.mdx": "2025-01-22T10:14:47.933Z", + "app/learn/fundamentals/plugins/create/page.mdx": "2025-01-28T07:08:05.418Z", "app/learn/fundamentals/plugins/page.mdx": "2025-01-22T10:14:10.433Z", "app/learn/customization/reuse-customizations/page.mdx": "2025-01-22T10:01:57.665Z", "app/learn/fundamentals/workflows/store-executions/page.mdx": "2025-01-27T08:45:19.028Z",