Skip to content

Commit

Permalink
chore: add reo.dev setup (#460)
Browse files Browse the repository at this point in the history
* chore: add reo.dev setup

* chore: add link to datachain website
  • Loading branch information
yathomasi authored Sep 24, 2024
1 parent 86852a3 commit 9e9c392
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ validation:

theme:
name: material
custom_dir: overrides
logo: assets/datachain-white.svg
favicon: assets/datachain.svg
icon:
Expand Down Expand Up @@ -71,6 +72,7 @@ nav:
- references/udf.md
- references/torch.md
- references/sql.md
- DataChain Website: https://datachain.ai" target="_blank"

markdown_extensions:
- abbr
Expand Down
12 changes: 12 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "base.html" %}

{% block scripts %}

{{ super() }}

<script type="text/javascript">
!function () { var e, t, n; e = "14ffd92a6cbf5f2", t = function () { Reo.init({ clientID: "14ffd92a6cbf5f2" }) }, (n = document.createElement("script")).src = "https://static.reo.dev/" + e + "/reo.js", n.async = !0, n.onload = t, document.head.appendChild(n) }();
</script>


{% endblock %}

0 comments on commit 9e9c392

Please sign in to comment.