From b7b7ec7875cffe80b7910d060f98be3479745593 Mon Sep 17 00:00:00 2001 From: Honore Hounwanou Date: Fri, 9 Aug 2024 16:26:24 -0400 Subject: [PATCH] wip --- docs/css/custom-openqdc.css | 2 +- mkdocs.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/css/custom-openqdc.css b/docs/css/custom-openqdc.css index a1d97cf..c61fbec 100644 --- a/docs/css/custom-openqdc.css +++ b/docs/css/custom-openqdc.css @@ -1,5 +1,5 @@ :root { - --openqdc-primary: ##201342; + --openqdc-primary: #201342; --openqdc-secondary: #4A1E7E; /* Primary color shades */ diff --git a/mkdocs.yml b/mkdocs.yml index cdeb8cb..460f778 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -136,3 +136,21 @@ plugins: extra: version: provider: mike + analytics: + provider: google + property: G-3ESBDCXFTZ + # Widget at the bottom of every page to collect information about the user experience + # The data is collected in Google Analytics + 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!