docs: added a feedback component in quickstart guides (#2894)
* docs: added a feedback component in quickstart guides * docs: added feedback to admin docs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import Feedback from '@site/src/components/Feedback';
|
||||
|
||||
# Medusa Admin Quickstart
|
||||
|
||||
This document will guide you through setting up the Medusa admin in minutes, as well as some of its features.
|
||||
@@ -53,6 +55,13 @@ Then, install the dependencies:
|
||||
npm install
|
||||
```
|
||||
|
||||
<Feedback
|
||||
event="survey_admin_quickstart"
|
||||
question="Did you set up the admin successfully?"
|
||||
positiveQuestion="Is there anything that should improved?"
|
||||
negativeQuestion="Please describe the issue you faced."
|
||||
/>
|
||||
|
||||
## Test it Out
|
||||
|
||||
Before running your Medusa admin, make sure that your Medusa server is running.
|
||||
@@ -136,5 +145,5 @@ You can learn more about Medusa admin and its features in the [User Guide](../us
|
||||
## What’s Next
|
||||
|
||||
- Learn how to [Customize Medusa Admin](./development.md)
|
||||
- Install the [Next.js](../starters/nextjs-medusa-starter.md) or [Gatsby](../starters/gatsby-medusa-starter.md) storefront starters.
|
||||
- Install the [Next.js](../starters/nextjs-medusa-starter.mdx) or [Gatsby](../starters/gatsby-medusa-starter.mdx) storefront starters.
|
||||
- [Learn how you can use `create-medusa-app` to install all of Medusa’s 3 components.](../usage/create-medusa-app.mdx)
|
||||
Reference in New Issue
Block a user