Skip to content

Commit 140db0e

Browse files
authored
Merge pull request #395 from plotly/remove-markprompt
Remove markprompt chatbot
2 parents 5e026d6 + 5330738 commit 140db0e

File tree

4 files changed

+0
-544
lines changed

4 files changed

+0
-544
lines changed

_includes/layouts/_footer-main.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
7575
</article>
7676
</div>
7777
</div>
78-
<div id="markprompt" />
7978
</section>
8079
</footer>
8180

@@ -229,12 +228,5 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
229228
<script src="/all_static/javascripts/highlight/julia.min.js"></script>
230229
<script src="/all_static/javascripts/highlight.line-numbers.js"></script>
231230

232-
233-
234-
{% if page.language == "python" %}
235-
<script src="/all_static/javascripts/chatbot.js" type="module"></script>
236-
<script type="module" src="https://esm.sh/@markprompt/web@0.24.0/init"></script>
237-
{% endif %}
238-
239231
{% if page.language != "python" %}
240232
{% endif %}

_includes/layouts/head.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" crossorigin="anonymous">
2727
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" crossorigin="anonymous"></script>
2828

29-
<link href="https://esm.sh/@markprompt/css@0.18.0?css" rel="stylesheet" />
30-
<link href="/all_static/css/markprompt.css" rel="stylesheet" />
3129
{% if page.layout == "base" %} {% if page.language != "python" %}
3230
<!-- code highlighting -->
3331
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>

0 commit comments

Comments
 (0)