diff --git a/docs/docs.json b/docs/docs.json index 35d9954ebb7..12cdd89dfad 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -368,7 +368,8 @@ } }, "custom": { - "css": ["custom.css"] + "css": ["custom.css"], + "js": ["reo-tracking.js"] }, "redirects": [ { diff --git a/docs/reo-tracking.js b/docs/reo-tracking.js new file mode 100644 index 00000000000..069a4b6eb8e --- /dev/null +++ b/docs/reo-tracking.js @@ -0,0 +1,17 @@ +// Reo.dev Tracking Implementation for Continue Documentation +// Client ID: 7aa28ed11570734 + +!(function () { + var e, t, n; + e = "7aa28ed11570734"; + t = function () { + Reo.init({ + clientID: "7aa28ed11570734", + }); + }; + n = document.createElement("script"); + n.src = "https://static.reo.dev/" + e + "/reo.js"; + n.defer = !0; + n.onload = t; + document.head.appendChild(n); +})();