diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 0000000..7c63bd8
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,21 @@
+{% extends "base.html" %}
+
+{% block analytics %}
+ {{ super() }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 785f826..11da81d 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -83,7 +83,7 @@ nav:
theme:
name: material
- #custom_dir: overrides
+ custom_dir: overrides
language: ru
logo: images/st1t_white.png
favicon: images/st1t_blue.png
@@ -180,4 +180,18 @@ extra:
deprecated: Deprecated
social:
- icon: fontawesome/brands/discord
- link: https://discord.gg/xtsgTBf
\ No newline at end of file
+ link: https://discord.gg/xtsgTBf
+ analytics:
+ provider: google
+ property: G-E6GYT2D13K
+ feedback:
+ title: Вам нравится эта страница?
+ ratings:
+ - icon: material/thumb-up-outline
+ name: Да
+ data: 1
+ note: Спасибо!
+ - icon: material/thumb-down-outline
+ name: Нет
+ data: 0
+ note: =_=
\ No newline at end of file