docs: add link from installation to update guide (#11245)
This commit is contained in:
@@ -296,6 +296,12 @@ Then, register the plugin in your Medusa application's configurations as explain
|
||||
|
||||
## Update a Published Plugin
|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
To update the Medusa dependencies in a plugin, refer to [this documentation](../../../update/page.mdx#update-plugin-project).
|
||||
|
||||
</Note>
|
||||
|
||||
If you've published a plugin and you've made changes to it, you'll have to publish the update to NPM again.
|
||||
|
||||
First, run the following command to change the version of the plugin:
|
||||
|
||||
@@ -139,6 +139,12 @@ If you run into issues with configurations, such as CORS configurations, or need
|
||||
|
||||
---
|
||||
|
||||
## Update Medusa Application
|
||||
|
||||
Refer to [this documentation](../update/page.mdx) to learn how to update your Medusa project.
|
||||
|
||||
---
|
||||
|
||||
## Next Steps
|
||||
|
||||
In the next chapters, you'll learn about the architecture of your Medusa application, then learn how to customize your application to build custom features.
|
||||
|
||||
@@ -106,12 +106,12 @@ export const generatedEditDates = {
|
||||
"app/learn/build/page.mdx": "2024-12-09T11:05:17.383Z",
|
||||
"app/learn/deployment/general/page.mdx": "2024-11-25T14:33:50.439Z",
|
||||
"app/learn/fundamentals/workflows/multiple-step-usage/page.mdx": "2024-11-25T16:19:32.169Z",
|
||||
"app/learn/installation/page.mdx": "2025-01-27T08:45:19.029Z",
|
||||
"app/learn/installation/page.mdx": "2025-01-31T13:16:57.883Z",
|
||||
"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/conventions/ts-aliases/page.mdx": "2025-01-23T15:01:15.403Z",
|
||||
"app/learn/fundamentals/workflows/store-executions/page.mdx": "2025-01-27T08:45:19.028Z",
|
||||
"app/learn/fundamentals/plugins/create/page.mdx": "2025-01-28T07:08:05.418Z",
|
||||
"app/learn/fundamentals/plugins/create/page.mdx": "2025-01-31T13:17:48.052Z",
|
||||
"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/update/page.mdx": "2025-01-27T08:45:19.030Z"
|
||||
|
||||
Reference in New Issue
Block a user