diff --git a/mkdocs.yml b/mkdocs.yml
index ff012fe..fb62f97 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -69,8 +69,7 @@ plugins:
extra:
generator: false
analytics:
- provider: google
- property: ${{ secrets.GOOGLE_ANALYTICS_ID }}
+ provider: custom
social:
- icon: fontawesome/brands/github
link: https://github.com/Codium-ai
diff --git a/overrides/main.html b/overrides/main.html
new file mode 100644
index 0000000..ec6e1d1
--- /dev/null
+++ b/overrides/main.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% block scripts %}
+ {{ super() }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/overrides/partials/integrations/analytics/custom.html b/overrides/partials/integrations/analytics/custom.html
new file mode 100644
index 0000000..8b07197
--- /dev/null
+++ b/overrides/partials/integrations/analytics/custom.html
@@ -0,0 +1,7 @@
+
+
+
\ No newline at end of file