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:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user