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:
Shahed Nasser
2024-08-02 13:02:06 +00:00
committed by GitHub
parent e44332ba62
commit 58b405fac9
5 changed files with 2725 additions and 1053 deletions
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"
+15 -7
View File
@@ -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,
+10 -4
View File
@@ -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",