Skip to content

Commit

Permalink
docs: add section on plugin keywords (#11187)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Jan 28, 2025
1 parent 59cbc0e commit a539907
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions www/apps/book/app/learn/fundamentals/plugins/create/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/apps/book/generated/edit-dates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a539907

Please sign in to comment.