docs: update order module's conceptual guides (#7893)

* fixes + add return document

* update order conceptual guides

* resolve todo

* re-generate files map
This commit is contained in:
Shahed Nasser
2024-07-09 18:14:30 +03:00
committed by GitHub
parent d46f9fda21
commit 3e4a96a31c
13 changed files with 297 additions and 338 deletions
+10 -2
View File
@@ -303,13 +303,17 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/order/_events/page.mdx",
"pathname": "/commerce-modules/order/_events"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/claim/page.mdx",
"pathname": "/commerce-modules/order/claim"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/concepts/page.mdx",
"pathname": "/commerce-modules/order/concepts"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/order-change/page.mdx",
"pathname": "/commerce-modules/order/order-change"
"filePath": "/www/apps/resources/app/commerce-modules/order/exchange/page.mdx",
"pathname": "/commerce-modules/order/exchange"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/order-versioning/page.mdx",
@@ -327,6 +331,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/order/relations-to-other-modules/page.mdx",
"pathname": "/commerce-modules/order/relations-to-other-modules"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/return/page.mdx",
"pathname": "/commerce-modules/order/return"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/order/tax-lines/page.mdx",
"pathname": "/commerce-modules/order/tax-lines"
+18 -4
View File
@@ -2299,15 +2299,29 @@ export const generatedSidebar = [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/order/order-change",
"title": "Order Change",
"path": "/commerce-modules/order/order-versioning",
"title": "Order Versioning",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/order/order-versioning",
"title": "Order Versioning",
"path": "/commerce-modules/order/return",
"title": "Return",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/order/exchange",
"title": "Exchange",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/order/claim",
"title": "Claim",
"children": []
},
{