Skip to content

Commit

Permalink
add reo
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-ken committed May 20, 2024
1 parent 0910ae5 commit 7ea805b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ module.exports = {
additionalLanguages: ["ruby", "php", "java", "groovy", "csharp", "rust", "kotlin"],
},
},
scripts: [
{
src: '/scripts/reo.js',
}
],
presets: [
[
"@docusaurus/preset-classic",
Expand Down
5 changes: 5 additions & 0 deletions static/scripts/reo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//Start of Reo Javascript
<script type="text/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)}();
</script>
//End of Reo Javascript

0 comments on commit 7ea805b

Please sign in to comment.