docs: update bulk editor user guide + add redirect from old v1 next js (#12104)
* docs: update bulk editor user guide + add redirect from old v1 next js * update page titles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `${pageNumber} Guide: Sync Brands from Medusa to CMS`,
|
||||
title: `${pageNumber} Guide: Sync Brands from Medusa to Third-Party`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `${pageNumber} Guide: Schedule Syncing Brands from CMS`,
|
||||
title: `${pageNumber} Guide: Schedule Syncing Brands from Third-Party`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Prerequisites } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `${pageNumber} Guide: Integrate CMS Brand System`,
|
||||
title: `${pageNumber} Guide: Integrate Third-Party Brand System`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -153,6 +153,11 @@ const redirects = async () => {
|
||||
destination: "/learn/fundamentals/data-models/properties",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/starters/nextjs-medusa-starter",
|
||||
destination: "/resources/nextjs-starter",
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,14 @@ In this guide, you'll learn about different tips and shortcuts to using the bulk
|
||||
|
||||
The bulk editor allows you to edit prices or values using a spreadsheet-interface. It simplifies the editing process when working with a large number of data, and provides you with an intuitive user experience.
|
||||
|
||||
The bulk editor is used in different areas of the Medusa Admin, such as product-variant pricing.
|
||||
### Where is the Bulk Editor?
|
||||
|
||||
The bulk editor is used in different areas of the Medusa Admin:
|
||||
|
||||
- [Edit prices of product variants](../../products/variants/page.mdx#edit-product-variant-prices).
|
||||
- [Edit inventory of a product variants](../../products/variants/page.mdx#manage-product-variant-inventory).
|
||||
- [Edit prices in price lists](../../price-lists/manage/page.mdx#edit-prices-in-price-list).
|
||||
- [Edit shipping option prices](../../settings/locations-and-shipping/locations/page.mdx#edit-shipping-option-prices)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const generatedEditDates = {
|
||||
"app/tips/languages/page.mdx": "2025-03-06T08:49:32.514Z",
|
||||
"app/tips/bulk-editor/page.mdx": "2025-02-14T14:16:04.867Z",
|
||||
"app/tips/bulk-editor/page.mdx": "2025-04-07T13:20:09.040Z",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user