Merge branch 'master' into develop

This commit is contained in:
olivermrbl
2023-04-05 15:12:47 +02:00
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
---
description: 'Actions Required for Vite Update'
sidebar_label: 'Medusa Admin: Vite'
sidebar_label: '(Repository) Vite'
slug: /upgrade-guides/admin/admin-vite
sidebar_custom_props:
iconName: 'computer-desktop-solid'
---
@@ -9,6 +10,12 @@ sidebar_custom_props:
Medusa Admin has been updated to Vite. Learn about breaking changes since the update.
:::warning
This guide applies if you're using an old version of the admin repository and you're adding the latest changes of the repository. However, this repository is now deprecated and it's highly recommended to switch to using an admin plugin instead. You can learn more in [the upgrade guide](./1-0-0.md)
:::
## Overview
Medusa Admin previously was built using Gatsby. As of a recent update, the Admin is now migrated to Vite 3.

View File

@@ -1,8 +1,11 @@
---
description: "Migrate from the GitHub repository to the NPM package."
sidebar_label: 'v1.0.0'
sidebar_custom_props:
iconName: 'computer-desktop-solid'
---
# Medusa Admin: 1.0.0
# Medusa Admin: v1.0.0
Medusa Admin has been moved from being hosted on a GitHub repository to being published as an NPM package that can be installed in the same project as the Medusa backend. This upgrade guide will help you find the right resources to make the upgrade.