Adding Unify custom script to Mintlify Docs

This commit is contained in:
Ashwin Punj
2026-01-21 16:51:18 -05:00
parent f3d1d457f2
commit f75f0d7acf

21
docs/unify.js Normal file
View File

@@ -0,0 +1,21 @@
!function() {
var e = ["identify", "page", "startAutoPage", "stopAutoPage", "startAutoIdentify", "stopAutoIdentify"];
function t(o) {
return Object.assign([], e.reduce(function(r, n) {
return r[n] = function() {
return o.push([n, [].slice.call(arguments)]), o
}, r
}, {}))
}
window.unify || (window.unify = t(window.unify));
window.unifyBrowser || (window.unifyBrowser = t(window.unifyBrowser));
var n = document.createElement("script");
n.async = !0;
n.setAttribute("src", "https://tag.unifyintent.com/v1/URbJ4p7g2b1huniGxT8HcA/script.js");
n.setAttribute("data-api-key", "wk_YbNMAb89_ErhtGc2t7wWokhRTmuKFcL7UE2NwWgfd");
n.setAttribute("id", "unifytag");
(document.body || document.head).appendChild(n);
}();