From 4731a9a74739af73a5d8bab0023fe0460b1cb265 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 8 Apr 2025 21:42:38 +0200 Subject: [PATCH] giving feedback option --- mkdocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index da3acb8..705f46a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -140,6 +140,19 @@ extra: analytics: provider: google property: GTM-KZDXMLV7 + feedback: + title: Was this page helpful? + ratings: + - icon: material/emoticon-happy-outline + name: This page was helpful + data: 1 + note: >- + Thanks for your feedback! + - icon: material/emoticon-sad-outline + name: This page could be improved + data: 0 + note: >- + Thanks for your feedback! extra_css: - stylesheets/extra.css \ No newline at end of file