docs: add section on plugin keywords (#11187)

This commit is contained in:
Shahed Nasser
2025-01-28 11:07:52 +02:00
committed by GitHub
parent 59cbc0ec77
commit a539907ff9
2 changed files with 13 additions and 1 deletions

View File

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

View File

@@ -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",