docs: added digital product recipe example (#8223)
- Added an example for the digital product recipe - Fixes to the digital product recipe (overview) Closes DOCS-792
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -699,6 +699,10 @@ export const filesMap = [
|
|||||||
"filePath": "/www/apps/resources/app/recipes/commerce-automation/page.mdx",
|
"filePath": "/www/apps/resources/app/recipes/commerce-automation/page.mdx",
|
||||||
"pathname": "/recipes/commerce-automation"
|
"pathname": "/recipes/commerce-automation"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"filePath": "/www/apps/resources/app/recipes/digital-products/examples/standard/page.mdx",
|
||||||
|
"pathname": "/recipes/digital-products/examples/standard"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filePath": "/www/apps/resources/app/recipes/digital-products/page.mdx",
|
"filePath": "/www/apps/resources/app/recipes/digital-products/page.mdx",
|
||||||
"pathname": "/recipes/digital-products"
|
"pathname": "/recipes/digital-products"
|
||||||
|
|||||||
@@ -6405,6 +6405,21 @@ export const generatedSidebar = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"loaded": true,
|
||||||
|
"isPathHref": true,
|
||||||
|
"path": "/recipes/subscriptions",
|
||||||
|
"title": "Subscriptions",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"loaded": true,
|
||||||
|
"isPathHref": true,
|
||||||
|
"path": "/recipes/subscriptions/examples/standard",
|
||||||
|
"title": "Example",
|
||||||
|
"children": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"loaded": true,
|
"loaded": true,
|
||||||
"isPathHref": true,
|
"isPathHref": true,
|
||||||
@@ -6419,13 +6434,6 @@ export const generatedSidebar = [
|
|||||||
"title": "Commerce Automation",
|
"title": "Commerce Automation",
|
||||||
"children": []
|
"children": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"loaded": true,
|
|
||||||
"isPathHref": true,
|
|
||||||
"path": "/recipes/digital-products",
|
|
||||||
"title": "Digital Products",
|
|
||||||
"children": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"loaded": true,
|
"loaded": true,
|
||||||
"isPathHref": true,
|
"isPathHref": true,
|
||||||
|
|||||||
@@ -1313,6 +1313,16 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/recipes/subscriptions",
|
||||||
|
title: "Subscriptions",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "/recipes/subscriptions/examples/standard",
|
||||||
|
title: "Example",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/recipes/b2b",
|
path: "/recipes/b2b",
|
||||||
title: "B2B",
|
title: "B2B",
|
||||||
@@ -1321,10 +1331,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
|||||||
path: "/recipes/commerce-automation",
|
path: "/recipes/commerce-automation",
|
||||||
title: "Commerce Automation",
|
title: "Commerce Automation",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/recipes/digital-products",
|
|
||||||
title: "Digital Products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/recipes/ecommerce",
|
path: "/recipes/ecommerce",
|
||||||
title: "Ecommerce",
|
title: "Ecommerce",
|
||||||
|
|||||||
Reference in New Issue
Block a user