docs: improve commerce modules [3/n] (#9510)
Improve and add docs for Order and Payment modules [3/n] Closes DOCS-966 Closes #9485
This commit is contained in:
@@ -2778,8 +2778,24 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/order/relations-to-other-modules",
|
||||
"title": "Relations to Other Modules",
|
||||
"path": "/commerce-modules/order/edit",
|
||||
"title": "Order Edit",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/order/order-change",
|
||||
"title": "Order Change",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/order/links-to-other-modules",
|
||||
"title": "Links to Other Modules",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
@@ -4110,16 +4126,7 @@ export const generatedSidebar = [
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/payment/payment-provider",
|
||||
"title": "Payment Provider Module",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/payment/payment-provider/stripe",
|
||||
"title": "Stripe",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -4133,8 +4140,8 @@ export const generatedSidebar = [
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/payment/relations-to-other-modules",
|
||||
"title": "Relations to Other Modules",
|
||||
"path": "/commerce-modules/payment/links-to-other-modules",
|
||||
"title": "Links to Other Modules",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
@@ -4163,6 +4170,22 @@ export const generatedSidebar = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "sub-category",
|
||||
"title": "Payment Providers",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/commerce-modules/payment/payment-provider/stripe",
|
||||
"title": "Stripe",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
Reference in New Issue
Block a user