We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8b8a3 commit 62f73f8Copy full SHA for 62f73f8
docs/js/reo.js
@@ -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
@@ -19,6 +19,7 @@ extra_javascript:
19
- js/ms-clarity.js
20
- js/zinc.js
21
- js/vector_co.js
22
+ - js/reo.js
23
extra:
24
social:
25
- icon: fontawesome/brands/linkedin
0 commit comments