Skip to content

Commit

Permalink
docs: remove Giscus integration (#13138)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
  • Loading branch information
agilgur5 committed Jun 5, 2024
1 parent 899882b commit fca66b0
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,11 @@
{% block content %}
{{ super() }}

<!-- Giscus -->
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
{# Footer #}
<hr />

<script src="https://giscus.app/client.js"
data-repo="argoproj/argo-workflows"
data-repo-id="MDEwOlJlcG9zaXRvcnkxMDA5ODI0NDk="
data-category="General"
data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMTA3OTY1"
data-mapping="pathname"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
<h2>Have a question?</h2>

{% endblock %}
Search on <a href="https://github.com/argoproj/argo-workflows/discussions?discussions_q=">GitHub Discussions</a> and <a href="https://argoproj.github.io/community/join-slack/">Slack</a>.

{% endblock %}

0 comments on commit fca66b0

Please sign in to comment.