docs: added subscription recipe example (#8148)
* docs: added subscription recipe * fixed lint errors * pass context and container to workflow * rename context * fix storefront customizations * remove container from object * updates based on latest changes * fix workflow return * general fixes
This commit is contained in:
@@ -6390,6 +6390,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,
|
||||
@@ -6459,13 +6474,6 @@ export const generatedSidebar = [
|
||||
"path": "/recipes/pos",
|
||||
"title": "POS",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/recipes/subscriptions",
|
||||
"title": "Subscriptions",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user