Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Apr 5, 2023
2 parents 8761ec5 + a56f021 commit dd1e86b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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'
---
Expand All @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion docs/content/upgrade-guides/admin/1-0-0.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit dd1e86b

Please sign in to comment.