docs: improved cart documentation (#2027)

This commit is contained in:
Shahed Nasser
2022-08-10 14:54:15 +03:00
committed by GitHub
parent cef081d2f2
commit 1bc517da64
5 changed files with 415 additions and 167 deletions
+4 -4
View File
@@ -268,10 +268,6 @@ module.exports = {
}
]
},
{
type: "doc",
id: "guides/carts-in-medusa",
},
{
type: "doc",
id: "advanced/backend/migrations",
@@ -304,6 +300,10 @@ module.exports = {
type: "doc",
id: "advanced/storefront/how-to-implement-checkout-flow",
},
{
type: "doc",
id: "guides/carts-in-medusa",
},
]
}
]
+4
View File
@@ -299,6 +299,10 @@ details summary {
text-decoration: none;
}
[data-theme="dark"] a:hover {
color: rgba(255, 255, 255, 0.8);
}
.DocSearch-Container {
z-index: 1001 !important;
}