Skip to content

Commit 62f73f8

Browse files
authored
Feat/reo dev script for tracking (#135)
* feat: add reo js file for the tracking docs * feat: add reo script tracking * update yml file for the reo
1 parent bb8b8a3 commit 62f73f8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/js/reo.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
(function () {
2+
// Your code here
3+
!(function () {
4+
var e, t, n;
5+
(e = "19d81da7206c05b"),
6+
(t = function () {
7+
Reo.init({ clientID: "19d81da7206c05b" });
8+
}),
9+
((n = document.createElement("script")).src =
10+
"https://static.reo.dev/" + e + "/reo.js"),
11+
(n.defer = !0),
12+
(n.onload = t),
13+
document.head.appendChild(n);
14+
})();
15+
})();
16+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ extra_javascript:
1919
- js/ms-clarity.js
2020
- js/zinc.js
2121
- js/vector_co.js
22+
- js/reo.js
2223
extra:
2324
social:
2425
- icon: fontawesome/brands/linkedin

0 commit comments

Comments
 (0)