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",
|
||||
"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",
|
||||
"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,
|
||||
"isPathHref": true,
|
||||
@@ -6419,13 +6434,6 @@ export const generatedSidebar = [
|
||||
"title": "Commerce Automation",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/recipes/digital-products",
|
||||
"title": "Digital Products",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": 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",
|
||||
title: "B2B",
|
||||
@@ -1321,10 +1331,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
|
||||
path: "/recipes/commerce-automation",
|
||||
title: "Commerce Automation",
|
||||
},
|
||||
{
|
||||
path: "/recipes/digital-products",
|
||||
title: "Digital Products",
|
||||
},
|
||||
{
|
||||
path: "/recipes/ecommerce",
|
||||
title: "Ecommerce",
|
||||
|
||||
Reference in New Issue
Block a user