From 2328c9821b45ccfc0dbe1e5383fccb13a8b9c4c0 Mon Sep 17 00:00:00 2001 From: Petr Ankudinov Date: Mon, 15 Apr 2024 13:36:59 +0200 Subject: [PATCH] add cookie consent and option to manage cookies (#1997) * add cookie consent and option to manage cookies * added cookie svg --------- Co-authored-by: Roman Dodin --- mkdocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index beffba417..0177a1e96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -255,10 +255,25 @@ extra: link: https://twitter.com/ntdvps - icon: fontawesome/brands/discord link: https://discord.gg/vAyddtaEV9 + consent: + title: Cookie consent + consent: + actions: + - accept + - manage + - reject + description: >- + We use cookies to recognize your repeated visits and preferences, as well + as to measure the effectiveness of our documentation and whether users + find what they're searching for. With your consent, you're helping us to + make our documentation better. analytics: provider: google property: G-368XR9X5MG +copyright: > + Cookie settings + extra_css: - stylesheets/extra.css