docs: Carts in Medusa (#406)

This commit is contained in:
Sebastian Rindom
2021-09-21 08:03:18 +02:00
committed by GitHub
parent d2739507ab
commit 4ee6c0afb2
2 changed files with 173 additions and 2 deletions
+10 -2
View File
@@ -77,8 +77,8 @@ module.exports = {
},
{
type: "doc",
id: "how-to/create-medusa-app"
}
id: "how-to/create-medusa-app",
},
],
},
{
@@ -89,6 +89,14 @@ module.exports = {
type: "doc",
id: "guides/fulfillment-api",
},
{
type: "doc",
id: "guides/checkouts",
},
{
type: "doc",
id: "guides/carts-in-medusa",
},
],
},
],