docs: add updates documentation (#11146)
- Add chapter on updating Medusa - Add section in UI docs about updating UI packages in standalone applications Closes #10927 Closes DX-1282
This commit is contained in:
@@ -105,18 +105,6 @@ You can then use the user's credentials to log into the Medusa Admin application
|
||||
|
||||
---
|
||||
|
||||
## Update Medusa Application
|
||||
|
||||
New Medusa updates are posted in the [GitHub repository's releases](https://github.com/medusajs/medusa/releases). You can also find the latest version at the top navigation of the documentation, and you can click on it to view the release notes of the latest version.
|
||||
|
||||
To update your Medusa application, bump the version of all `@medusajs/*` dependencies in your `package.json`. Then, re-install dependencies:
|
||||
|
||||
```bash npm2yarn
|
||||
npm run install
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Project Files
|
||||
|
||||
Your Medusa application's project will have the following files and directories:
|
||||
|
||||
Reference in New Issue
Block a user