diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 0000000..fc5bce8
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,31 @@
+{% 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 %}
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 41a7258..a27bbde 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