diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 7440b08..94d9808 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,31 +1 @@
{% extends "base.html" %}
-{%- block scripts %}
-{{ super() }}
-
-
-
-
-
- - You can ask questions about SQLModel. Try:
- - Which Python version is supported?
- - How SQLModel interacts with the database?
- - How can I link tables?
-
-
-
-{%- endblock %}