docs: updated marketplace recipe + added example (#8061)

- Moved recipes into its own section of the learning resources
- Updated the marketplace recipe overview
- Added an example implementation of the marketplace recipe

Closes DOCS-791
This commit is contained in:
Shahed Nasser
2024-07-11 15:56:41 +00:00
committed by GitHub
parent b5a44ef6b1
commit 78f49286d0
6 changed files with 1467 additions and 730 deletions
@@ -731,6 +731,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/recipes/integrate-ecommerce-stack/page.mdx",
"pathname": "/recipes/integrate-ecommerce-stack"
},
{
"filePath": "/www/apps/resources/app/recipes/marketplace/examples/vendors/page.mdx",
"pathname": "/recipes/marketplace/examples/vendors"
},
{
"filePath": "/www/apps/resources/app/recipes/marketplace/page.mdx",
"pathname": "/recipes/marketplace"
@@ -747,6 +751,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/recipes/oms/page.mdx",
"pathname": "/recipes/oms"
},
{
"filePath": "/www/apps/resources/app/recipes/page.mdx",
"pathname": "/recipes"
},
{
"filePath": "/www/apps/resources/app/recipes/personalized-products/page.mdx",
"pathname": "/recipes/personalized-products"
+17 -7
View File
@@ -6159,9 +6159,26 @@ export const generatedSidebar = [
{
"loaded": true,
"isPathHref": true,
"path": "/recipes",
"title": "Recipes",
"hasTitleStyling": true,
"isChildSidebar": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/recipes/marketplace",
"title": "Marketplace",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/recipes/marketplace/examples/vendors",
"title": "Example: Vendors",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
@@ -6197,13 +6214,6 @@ export const generatedSidebar = [
"title": "Integrate Ecommerce Stack",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/recipes/marketplace",
"title": "Marketplace",
"children": []
},
{
"loaded": true,
"isPathHref": true,