docs: change question in user guide feedback form (#11628)
* docs: change question in user guide feedback form * small changes * small fix
This commit is contained in:
@@ -14,7 +14,7 @@ Welcome to the Medusa Admin user guide. This user guide is intended to help admi
|
||||
|
||||
This guide is for Medusa Admin users looking to master the Medusa Admin and manage their store effectively. You don't need any technical knowledge to follow these guides.
|
||||
|
||||
You can also follow this guide if you're exploring Medusa and its operational features.
|
||||
You can also follow these guides if you're exploring Medusa and its operational features.
|
||||
|
||||
<Note>
|
||||
|
||||
@@ -24,7 +24,7 @@ For technical users, learn how to build and customize Medusa in [this documentat
|
||||
|
||||
## Access the Medusa Admin
|
||||
|
||||
To access the admin panel of your ecommerce store, open the URL of your local or deployed website. You’ll be asked to log in.
|
||||
To access the Medusa Admin dashboard of your ecommerce store, open the URL of your local (`localhost:9000/app`) or deployed website. You’ll be asked to log in.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ In the Locations & Shipping settings, you can manage stock locations and their s
|
||||
|
||||
A stock location:
|
||||
|
||||
- Is associated with sales channels. This is useful to fulfill orders from the location associated with the sales channel that the order was placed on.
|
||||
- Is associated with sales channels. Orders from these sales channels are fulfilled from this location.
|
||||
- Has fulfillment providers that can be used in that location. For example, you can use UPS in the United States and DHL in Europe.
|
||||
- Has shipping and pick up modes that you can add shipping options to. These are the shipping options used to fulfill items from this stock location.
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ const Feedback = (props: FeedbackProps) => {
|
||||
<UiFeedback
|
||||
event="survey"
|
||||
pathName={feedbackPathname}
|
||||
question="Was this chapter helpful?"
|
||||
question="Was this guide helpful?"
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@ export const generatedEditDates = {
|
||||
"app/tips/lists/page.mdx": "2025-02-14T14:16:04.867Z",
|
||||
"app/settings/sales-channels/page.mdx": "2025-02-19T17:33:55.584Z",
|
||||
"app/settings/users/page.mdx": "2025-02-19T11:34:00.736Z",
|
||||
"app/page.mdx": "2025-02-14T11:18:46.636Z",
|
||||
"app/page.mdx": "2025-02-26T14:18:27.755Z",
|
||||
"app/settings/page.mdx": "2025-02-19T15:46:09.018Z",
|
||||
"app/products/export/page.mdx": "2025-02-18T12:16:52.639Z",
|
||||
"app/settings/return-reasons/page.mdx": "2025-02-19T17:34:01.942Z",
|
||||
|
||||
@@ -193,7 +193,7 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Categories",
|
||||
"title": "Manage Categories",
|
||||
"path": "/products/categories",
|
||||
"children": []
|
||||
},
|
||||
@@ -384,7 +384,7 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Invites",
|
||||
"title": "Manage Invites",
|
||||
"path": "/settings/users/invites",
|
||||
"children": []
|
||||
}
|
||||
@@ -449,7 +449,7 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Locations",
|
||||
"title": "Manage Locations",
|
||||
"path": "/settings/locations-and-shipping/locations",
|
||||
"children": []
|
||||
},
|
||||
@@ -457,7 +457,7 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Shipping Profiles",
|
||||
"title": "Manage Shipping Profiles",
|
||||
"path": "/settings/locations-and-shipping/shipping-profiles",
|
||||
"children": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user