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:
Shahed Nasser
2024-08-02 12:40:26 +03:00
committed by GitHub
parent 5cae91040e
commit c4ff8c27f0
5 changed files with 2356 additions and 35 deletions
+15 -7
View File
@@ -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": []
}
]
},