docs: added how to manage orders guide (#3891)

* docs: added how to manage orders guide

* eslint fixes

* fix indentation
This commit is contained in:
Shahed Nasser
2023-04-26 11:05:22 +03:00
committed by GitHub
parent 001c831822
commit 7e5df13072
3 changed files with 1174 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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,
}
},
{

View File

@@ -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",