Skip to content

Commit e052bf6

Browse files
authored
Merge pull request #111 from valence-labs/feat-add-google-analytics
Add Google Analytics support
2 parents d2a7f75 + b7b7ec7 commit e052bf6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/css/custom-openqdc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--openqdc-primary: ##201342;
2+
--openqdc-primary: #201342;
33
--openqdc-secondary: #4A1E7E;
44

55
/* Primary color shades */

mkdocs.yml

+18
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,21 @@ plugins:
136136
extra:
137137
version:
138138
provider: mike
139+
analytics:
140+
provider: google
141+
property: G-3ESBDCXFTZ
142+
# Widget at the bottom of every page to collect information about the user experience
143+
# The data is collected in Google Analytics
144+
feedback:
145+
title: Was this page helpful?
146+
ratings:
147+
- icon: material/emoticon-happy-outline
148+
name: This page was helpful
149+
data: 1
150+
note: >-
151+
Thanks for your feedback!
152+
- icon: material/emoticon-sad-outline
153+
name: This page could be improved
154+
data: 0
155+
note: >-
156+
Thanks for your feedback!

0 commit comments

Comments
 (0)