docs: added create swap and return guides (#3974)

* docs: added create swap and return guides

* switched sidebar item positions

* eslint fixes

* fixed link
This commit is contained in:
Shahed Nasser
2023-05-01 18:09:08 +03:00
committed by GitHub
parent 74c7b5c012
commit 257c2d1717
4 changed files with 494 additions and 16 deletions

View File

@@ -216,22 +216,20 @@ Customers can also request to return or swap items. This allows for implementing
},
{
type: 'link',
href: '#',
href: '/modules/orders/storefront/create-return',
label: 'Storefront: Create a Return',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to create a return as a customer.',
isSoon: true,
}
},
{
type: 'link',
href: '#',
href: '/modules/orders/storefront/create-swap',
label: 'Storefront: Create a Swap',
customProps: {
icon: Icons['academic-cap-solid'],
description: 'Learn how to create a swap as a customer.',
isSoon: true,
}
},
{