Merge branch 'master' into docs/dark-mode
This commit is contained in:
+13
-4
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user