From 742e2f5124a86960961ae45a5619cf6967690eeb Mon Sep 17 00:00:00 2001 From: Evgeny Biriulin Date: Tue, 19 Mar 2024 17:33:54 +0400 Subject: [PATCH 1/7] chore: add gtm and text for consent --- en/toc.yaml | 4 +++- ru/toc.yaml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/en/toc.yaml b/en/toc.yaml index c5815e50..171aedc2 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -1,5 +1,7 @@ title: Diplodoc href: index.yaml +analytics: + text: 'By clicking "Accept," you agree to our website using Yandex Metrics cookies to help us provide better services and collect analytical data. You also have an option to "Decline".' navigation: logo: url: '../en' @@ -23,7 +25,7 @@ items: href: about.md - name: Quick start href: how-it-work.md - - name: Yandex Flavored Markdown + - name: Yandex Flavored Markdown expanded: true href: index-yfm.md items: diff --git a/ru/toc.yaml b/ru/toc.yaml index 82a692b1..568227e0 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -1,5 +1,7 @@ title: Diplodoc href: index.yaml +analytics: + text: 'Нажав «Принять», вы даете согласие на использование нашим веб-сайтом файлов cookie Яндекс Метрики для предоставления вам наиболее релевантных услуг и в аналитических целях. Однако вы можете «Отклонить» это.' navigation: logo: url: '../ru' From b3036b9ab9ddb64290c8e95879a6496b3a87cde2 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 16:44:09 +0300 Subject: [PATCH 2/7] fix: change baner --- en/toc.yaml | 26 +++++++++++++------------- ru/toc.yaml | 35 ++++++++++++++++++----------------- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index 171aedc2..586e1e42 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -1,25 +1,25 @@ title: Diplodoc href: index.yaml analytics: - text: 'By clicking "Accept," you agree to our website using Yandex Metrics cookies to help us provide better services and collect analytical data. You also have an option to "Decline".' + 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." navigation: logo: - url: '../en' + url: "../en" dark: - icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/logo/ddos-logo-dark.svg' + icon: "https://storage.yandexcloud.net/diplodoc-www-assets/logo/ddos-logo-dark.svg" light: - icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg' + icon: "https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg" header: leftItems: - - text: 'How it works' - type: 'link' - url: '../../how-to/' - - text: 'Documentation' - type: 'link' - url: '../../docs/en/' - - text: 'Github' - type: 'link' - url: 'https://github.com/diplodoc-platform/' + - text: "How it works" + type: "link" + url: "../../how-to/" + - text: "Documentation" + type: "link" + url: "../../docs/en/" + - text: "Github" + type: "link" + url: "https://github.com/diplodoc-platform/" items: - name: Overview href: about.md diff --git a/ru/toc.yaml b/ru/toc.yaml index 568227e0..6a3ecd48 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -1,28 +1,28 @@ title: Diplodoc href: index.yaml analytics: - text: 'Нажав «Принять», вы даете согласие на использование нашим веб-сайтом файлов cookie Яндекс Метрики для предоставления вам наиболее релевантных услуг и в аналитических целях. Однако вы можете «Отклонить» это.' + text: "Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." navigation: logo: - url: '../ru' + url: "../ru" dark: - icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/logo/ddos-logo-dark.svg' + icon: "https://storage.yandexcloud.net/diplodoc-www-assets/logo/ddos-logo-dark.svg" light: - icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg' + icon: "https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg" header: leftItems: - - text: 'Как все устроено' - type: 'link' - url: '../../how-to/' - - text: 'Документация' - type: 'link' - url: '../../docs/ru/' - - text: 'Тelegram' - type: 'link' - url: 'https://t.me/diplodoc_ru' - - text: 'Github' - type: 'link' - url: 'https://github.com/diplodoc-platform/' + - text: "Как все устроено" + type: "link" + url: "../../how-to/" + - text: "Документация" + type: "link" + url: "../../docs/ru/" + - text: "Тelegram" + type: "link" + url: "https://t.me/diplodoc_ru" + - text: "Github" + type: "link" + url: "https://github.com/diplodoc-platform/" items: - name: Обзор системы href: about.md @@ -124,4 +124,5 @@ items: hidden: true items: - name: Старший разработчик - href: vacancy.md \ No newline at end of file + href: vacancy.md + From 01057967862eb28087644371fd4b8c6b364b8ac6 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 16:55:42 +0300 Subject: [PATCH 3/7] fix: change buttons --- en/toc.yaml | 2 ++ ru/toc.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/en/toc.yaml b/en/toc.yaml index 586e1e42..bd685864 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -2,6 +2,8 @@ title: Diplodoc href: index.yaml 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: "OK" navigation: logo: url: "../en" diff --git a/ru/toc.yaml b/ru/toc.yaml index 6a3ecd48..7d06702a 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -2,6 +2,8 @@ title: Diplodoc href: index.yaml analytics: text: "Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." + buttons: + accept: "OK" navigation: logo: url: "../ru" @@ -125,4 +127,3 @@ items: items: - name: Старший разработчик href: vacancy.md - From 24e07c35e44d0b8a418ca8e9e15601f9591337f3 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 17:02:57 +0300 Subject: [PATCH 4/7] fix: buttons --- en/toc.yaml | 13 ++++++++----- ru/toc.yaml | 5 ++++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index bd685864..f6f3a36a 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -3,7 +3,10 @@ href: index.yaml 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: "OK" + accept: + text: "Ok" + theme: "accent" + size: "xl" navigation: logo: url: "../en" @@ -12,14 +15,14 @@ navigation: light: icon: "https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg" header: - leftItems: - - text: "How it works" + leftitems: + - text: "how it works" type: "link" url: "../../how-to/" - - text: "Documentation" + - text: "documentation" type: "link" url: "../../docs/en/" - - text: "Github" + - text: "github" type: "link" url: "https://github.com/diplodoc-platform/" items: diff --git a/ru/toc.yaml b/ru/toc.yaml index 7d06702a..82477d51 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -3,7 +3,10 @@ href: index.yaml analytics: text: "Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." buttons: - accept: "OK" + accept: + text: "Ок" + theme: "accent" + size: "xl" navigation: logo: url: "../ru" From 9c6a47e09721e97f2d369eaf64d6bd6365241c93 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 17:29:20 +0300 Subject: [PATCH 5/7] feat: links --- en/toc.yaml | 2 +- ru/toc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index f6f3a36a..d05b1b82 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -1,7 +1,7 @@ title: Diplodoc href: index.yaml 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." + text: "We use [cookies](https://yandex.com/legal/cookies_policy_eng) 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" diff --git a/ru/toc.yaml b/ru/toc.yaml index 82477d51..d3e8faeb 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -1,7 +1,7 @@ title: Diplodoc href: index.yaml analytics: - text: "Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." + text: "Мы используем [файлы cookie](https://yandex.ru/legal/cookies_policy), чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." buttons: accept: text: "Ок" From b91c87687064b15d374ca7116fcc141fba2843aa Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 17:49:24 +0300 Subject: [PATCH 6/7] feat: links 2 --- en/toc.yaml | 2 +- ru/toc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index d05b1b82..bab924ab 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -1,7 +1,7 @@ title: Diplodoc href: index.yaml analytics: - text: "We use [cookies](https://yandex.com/legal/cookies_policy_eng) 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." + 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" diff --git a/ru/toc.yaml b/ru/toc.yaml index d3e8faeb..a320a4ed 100644 --- a/ru/toc.yaml +++ b/ru/toc.yaml @@ -1,7 +1,7 @@ title: Diplodoc href: index.yaml analytics: - text: "Мы используем [файлы cookie](https://yandex.ru/legal/cookies_policy), чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием." + text: 'Мы используем файлы cookie, чтобы вы могли наилучшим образом пользоваться нашим веб-сайтом. Если вы продолжаете использовать наш веб-сайт, мы полагаем, что вы согласны с таким использованием.' buttons: accept: text: "Ок" From c44d2f7282279014ec8d8eba42747922814a5015 Mon Sep 17 00:00:00 2001 From: Gleb Voitenko Date: Mon, 25 Mar 2024 17:52:02 +0300 Subject: [PATCH 7/7] fix: wip --- en/toc.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en/toc.yaml b/en/toc.yaml index bab924ab..f0437385 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -15,16 +15,16 @@ navigation: light: icon: "https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg" header: - leftitems: - - text: "how it works" - type: "link" - url: "../../how-to/" - - text: "documentation" - type: "link" - url: "../../docs/en/" - - text: "github" - type: "link" - url: "https://github.com/diplodoc-platform/" + leftItems: + - text: 'How it works' + type: 'link' + url: '../../how-to/' + - text: 'Documentation' + type: 'link' + url: '../../docs/en/' + - text: 'Github' + type: 'link' + url: 'https://github.com/diplodoc-platform/' items: - name: Overview href: about.md