docs: update admin extension docs (#4778)

* docs: update admin extension docs

* eslint fixes

* fix broken links

* fix broken link

* added admin upgrade guide

* fix lint errors
This commit is contained in:
Shahed Nasser
2023-08-17 20:04:13 +03:00
committed by GitHub
parent 75881a2cfe
commit 80b1bff8cb
21 changed files with 234 additions and 146 deletions
+1 -4
View File
@@ -2,9 +2,6 @@
title: 'Example: How to Create Onboarding Widget'
description: 'Learn how to build the onboarding widget available in the admin dashboard the first time you install a Medusa project.'
addHowToData: true
badge:
variant: orange
text: beta
---
In this guide, youll learn how to build the onboarding widget available in the admin dashboard the first time you install a Medusa project.
@@ -28,7 +25,7 @@ By following this tutorial, youll:
## Prerequisites
Before you follow along this tutorial, you must have a Medusa backend installed with the `beta` version of the `@medusajs/admin` package. If not, you can use the following command to get started:
Before you follow along this tutorial, you must have a Medusa backend installed. If not, you can use the following command to get started:
```bash
npx create-medusa-app@latest