Merge branch 'master' into docs/dark-mode

This commit is contained in:
Shahed Nasser
2022-04-29 13:27:59 +03:00
committed by GitHub
32 changed files with 791 additions and 73 deletions
+13 -4
View File
@@ -182,6 +182,14 @@ module.exports = {
id: "advanced/backend/payment/overview",
label: "Architecture Overview"
},
{
type: "doc",
id: "advanced/backend/payment/how-to-create-payment-provider",
},
{
type: "doc",
id: "advanced/backend/payment/frontend-payment-flow-in-checkout",
},
]
},
{
@@ -201,10 +209,6 @@ module.exports = {
type: "doc",
id: "guides/plugins",
},
{
type: "doc",
id: "guides/checkouts",
},
{
type: "doc",
id: "guides/carts-in-medusa",
@@ -284,6 +288,11 @@ module.exports = {
id: "add-plugins/mailchimp",
label: "Mailchimp",
},
{
type: "doc",
id: "add-plugins/twilio-sms",
label: "Twilio SMS",
},
],
},
{
+9
View File
@@ -292,4 +292,13 @@ details summary {
.box-link,
.box-link:hover {
color: #0a3149;
}
.theme-doc-markdown a:hover {
color: #6e3eff;
text-decoration: none;
}
.DocSearch-Container {
z-index: 1001 !important;
}