diff --git a/docusaurus.config.js b/docusaurus.config.js index 82b244bb..ff7ef86a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -56,6 +56,11 @@ module.exports = { additionalLanguages: ["ruby", "php", "java", "groovy", "csharp", "rust", "kotlin"], }, }, + scripts: [ + { + src: '/scripts/reo.js', + } + ], presets: [ [ "@docusaurus/preset-classic", diff --git a/static/scripts/reo.js b/static/scripts/reo.js new file mode 100644 index 00000000..af4091e8 --- /dev/null +++ b/static/scripts/reo.js @@ -0,0 +1,3 @@ +//Start of Reo Javascript +!function(){var e,t,n;e="d4c659ca4e6f12a",t=function(){Reo.init({clientID:"d4c659ca4e6f12a"})},(n=document.createElement("script")).src="https://static.reo.dev/"+e+"/reo.js",n.async=!0,n.onload=t,document.head.appendChild(n)}(); +//End of Reo Javascript \ No newline at end of file