Skip to content

Commit 0a80166

Browse files
authored
🔥 Remove Jina QA Bot as it has been discontinued (#840)
1 parent 6b56235 commit 0a80166

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/overrides/main.html

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
11
{% extends "base.html" %}
2-
{%- block scripts %}
3-
{{ super() }}
4-
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
5-
<script>
6-
// This prevents the global search from interfering with qa-bot's internal text input.
7-
document.addEventListener('DOMContentLoaded', () => {
8-
document.querySelectorAll('qa-bot').forEach((x) => {
9-
x.addEventListener('keydown', (event) => {
10-
event.stopPropagation();
11-
});
12-
});
13-
});
14-
</script>
15-
<qa-bot
16-
server="https://tiangolo-sqlmodel.docsqa.jina.ai"
17-
theme="infer"
18-
title="SQLModel Bot"
19-
description="SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
20-
style="font-size: 0.8rem"
21-
>
22-
<template>
23-
<dl>
24-
<dt>You can ask questions about SQLModel. Try:</dt>
25-
<dd>Which Python version is supported?</dd>
26-
<dd>How SQLModel interacts with the database?</dd>
27-
<dd>How can I link tables?</dd>
28-
</dl>
29-
</template>
30-
</qa-bot>
31-
{%- endblock %}

0 commit comments

Comments
 (0)