From cec7679d4037b20fdf86165ab56b6074b4b70a0e Mon Sep 17 00:00:00 2001 From: thest1tch Date: Sat, 1 Jul 2023 20:43:16 +0500 Subject: [PATCH] =?UTF-8?q?+=20=D0=B0=D0=BD=D0=B0=D0=BB=D0=B8=D1=82=D0=B8?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B3=D1=83=D0=B3=D0=BB=20=D0=B8=20=D1=8F=D0=BD?= =?UTF-8?q?=D0=B4=D0=B5=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/overrides/main.html | 21 +++++++++++++++++++++ mkdocs.yml | 18 ++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 docs/overrides/main.html 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