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
+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",
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",