From: Sebastián Ramírez Date: Sat, 16 Apr 2022 09:24:53 +0000 (+0200) Subject: 📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions ... X-Git-Tag: 0.0.7~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e523e1e4c3edae28b87046c1e0d59f19e94b3c3d;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions (#263) Co-authored-by: yanlong.wang Co-authored-by: Han Xiao --- diff --git a/docs/overrides/main.html b/docs/overrides/main.html new file mode 100644 index 00000000..fc5bce87 --- /dev/null +++ b/docs/overrides/main.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} +{%- block scripts %} +{{ super() }} + + + + + +{%- endblock %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 41a7258a..a27bbde8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ site_description: SQLModel, SQL databases in Python, designed for simplicity, co site_url: https://sqlmodel.tiangolo.com/ theme: name: material + custom_dir: docs/overrides palette: - scheme: default primary: deep purple