Skip to content

Commit 46bcdfa

Browse files
authored
1 parent dce2fb3 commit 46bcdfa

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

preview-src/ui-model.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ site:
1010
# docsearchId: 'QK2EAH8GB0'
1111
# docsearchApi: 'ef7bd9485eafbd75d6e8425949eda1f5'
1212
# docsearchIndex: 'prod_hazelcast_docs'
13+
# clarity: 'l8c076m4u9'
1314
components:
1415
- name: abc
1516
title: Hazelcast IMDG

src/partials/head-scripts.hbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
<!-- End Google Tag Manager -->
99
{{/with}}
1010

11+
{{#with site.keys.clarity}}
12+
<!-- Clarity snippet -->
13+
<script type="text/javascript">
14+
(function(c,l,a,r,i,t,y){
15+
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
16+
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
17+
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
18+
})(window, document, 'clarity', 'script', '{{this}}');
19+
</script>
20+
<!-- End Clarity snippet -->
21+
{{/with}}
22+
1123
{{#with site.keys.aiSearchId}}
1224
<!-- Kapa snippet -->
1325
<script

0 commit comments

Comments
 (0)