-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Google Analytics support #111
Conversation
@@ -1,5 +1,5 @@ | |||
:root { | |||
--openqdc-primary: ##201342; | |||
--openqdc-primary: #201342; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo
mkdocs.yml
Outdated
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Honore, I'll run the pre-commit on my own, repush and merge it EDIT: Oh well, didn't need me |
c068dd5
to
b7b7ec7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Checklist: