diff --git a/docs/index.md b/docs/index.md
index 6309979e..7e4733fe 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,19 +1,20 @@
---
+template: index.html
comments: true
hide:
- navigation
- toc
---
-
-
-
-
-
-
+
+
+
+
+
## 👋 Hello
@@ -45,7 +46,7 @@ You can install `supervision` with pip in a
If you require the full version of `supervision` with GUI support you can install the desktop version. This version includes the GUI components of OpenCV, allowing you to display images and videos on the screen.
```bash
- pip install supervision[desktop]
+ pip install "supervision[desktop]"
```
!!! example "git clone (for development)"
diff --git a/docs/theme/index.html b/docs/theme/index.html
new file mode 100644
index 00000000..c65749cf
--- /dev/null
+++ b/docs/theme/index.html
@@ -0,0 +1,15 @@
+{% extends "main.html" %}
+{% block content %}
+{{ super() }}
+
+{% endblock %}