mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 19:39:43 +02:00
Merge pull request #5116 from mermaid-js/sidv/bannerClick
feat: Track outbound links in docs site.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<a
|
<a
|
||||||
href="https://www.mermaidchart.com/app/user/billing/checkout?coupon=HOLIDAYS2023"
|
href="https://www.mermaidchart.com/app/user/billing/checkout?coupon=HOLIDAYS2023"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="unstyled text-white"
|
class="unstyled text-white plausible-event-name=bannerClick"
|
||||||
>
|
>
|
||||||
Get AI, team collaboration, storage, and more with
|
Get AI, team collaboration, storage, and more with
|
||||||
<span class="font-bold underline"
|
<span class="font-bold underline"
|
||||||
|
@@ -31,7 +31,7 @@ export default defineConfig({
|
|||||||
defer: 'true',
|
defer: 'true',
|
||||||
'data-domain': 'mermaid.js.org',
|
'data-domain': 'mermaid.js.org',
|
||||||
// All tracked stats are public and available at https://p.mermaid.live/mermaid.js.org
|
// All tracked stats are public and available at https://p.mermaid.live/mermaid.js.org
|
||||||
src: 'https://p.mermaid.live/js/script.js',
|
src: 'https://p.mermaid.live/js/script.tagged-events.outbound-links.js',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user