diff --git a/ydb/docs/.yfm b/ydb/docs/.yfm
index a0c7cd73fbb4..8320f4150775 100644
--- a/ydb/docs/.yfm
+++ b/ydb/docs/.yfm
@@ -3,8 +3,6 @@ langs: ['en','ru']
apply-presets: true
allowCustomResources: true
resources:
- script:
- - _assets/gtm.js
style:
- _assets/tags.css
@@ -13,9 +11,9 @@ docs-viewer:
# no-index: true # Remove this after the public release
langs: ['en','ru']
themes: ['light', 'dark']
- metrika: 88962303
favicon-src: https://storage.yandexcloud.net/ydb-www-prod-site-assets/favicon-202305/favicon.ico
-
+ gtm:
+ id: GTM-W7ZBL4X
github-url-prefix: https://github.com/ydb-platform/ydb/tree/main/ydb/docs
logo-options:
diff --git a/ydb/docs/en/toc.yaml b/ydb/docs/en/toc.yaml
index a16b8c9b3c8a..1381befb4a08 100644
--- a/ydb/docs/en/toc.yaml
+++ b/ydb/docs/en/toc.yaml
@@ -1,3 +1,10 @@
title: YDB
+analytics:
+ text: 'We use cookies to ensure that you have the best experience on our website. If you continue to use our website, we assume that you are happy with it.'
+ buttons:
+ accept:
+ text: "Ok"
+ theme: "accent"
+ size: "xl"
items:
- include: { mode: merge, path: core/toc_m.yaml }
\ No newline at end of file
diff --git a/ydb/docs/ru/toc.yaml b/ydb/docs/ru/toc.yaml
index a16b8c9b3c8a..72a28b64d27d 100644
--- a/ydb/docs/ru/toc.yaml
+++ b/ydb/docs/ru/toc.yaml
@@ -1,3 +1,10 @@
title: YDB
+analytics:
+ text: 'Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием.'
+ buttons:
+ accept:
+ text: "Ок"
+ theme: "accent"
+ size: "xl"
items:
- include: { mode: merge, path: core/toc_m.yaml }
\ No newline at end of file