docs: added Discounts Architecture documentation (#2709)
* docs: added discounts architecture documentation * docs: fix tooltip text showing in the copied text * docs: added missing link
This commit is contained in:
@@ -368,6 +368,10 @@ module.exports = {
|
||||
id: "advanced/backend/notification/overview",
|
||||
label: "Notification Architecture"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/discounts/index"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/plugins/overview",
|
||||
|
||||
@@ -24,6 +24,10 @@
|
||||
transition: all .1s;
|
||||
}
|
||||
|
||||
.tooltip-box:not(.visible) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tooltip-box.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user