docs: added how to manage orders guide (#3891)
* docs: added how to manage orders guide * eslint fixes * fix indentation
This commit is contained in:
1171
docs/content/modules/orders/admin/manage-orders.mdx
Normal file
1171
docs/content/modules/orders/admin/manage-orders.mdx
Normal file
File diff suppressed because it is too large
Load Diff
@@ -26,12 +26,11 @@ Customers can view their previous orders.
|
||||
<DocCardList colSize={4} items={[
|
||||
{
|
||||
type: 'link',
|
||||
href: '#',
|
||||
href: '/modules/orders/admin/manage-orders',
|
||||
label: 'Admin: Manage Orders',
|
||||
customProps: {
|
||||
icon: Icons['academic-cap-solid'],
|
||||
description: 'Learn how to manage orders using Admin APIs.',
|
||||
isSoon: true,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -773,12 +773,9 @@ module.exports = {
|
||||
label: "Backend: Send Order Claim Email",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
href: "#",
|
||||
type: "doc",
|
||||
id: "modules/orders/admin/manage-orders",
|
||||
label: "Admin: Manage Orders",
|
||||
customProps: {
|
||||
sidebar_is_soon: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
|
||||
Reference in New Issue
Block a user