From b86b37e6a2bfd8104c786420e9239568f765190a Mon Sep 17 00:00:00 2001
From: Almog Lavi <42740235+almog-lv@users.noreply.github.com>
Date: Mon, 1 Apr 2024 09:54:59 +0300
Subject: [PATCH] analytics
---
docs/overrides/main.html | 10 ++++++++++
.../partials/integrations/analytics/custom.html | 7 +++++++
2 files changed, 17 insertions(+)
create mode 100644 docs/overrides/main.html
create mode 100644 docs/overrides/partials/integrations/analytics/custom.html
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 00000000..93a67950
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block scripts %}
+ {{ super() }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/docs/overrides/partials/integrations/analytics/custom.html b/docs/overrides/partials/integrations/analytics/custom.html
new file mode 100644
index 00000000..9a0785d2
--- /dev/null
+++ b/docs/overrides/partials/integrations/analytics/custom.html
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file