Skip to content

Commit 4e1f2bc

Browse files
Include Google Analytics in docs (#847)
* Add Google Analytics and feedback form per page * Remove duplicate extra tag
1 parent 79a07d5 commit 4e1f2bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mkdocs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ extra:
2020
link: https://www.youtube.com/channel/UCAIz8TmvQQrLqbD7sd-5S2A
2121
- icon: fontawesome/brands/discord
2222
link: http://hf.co/join/discord
23+
analytics:
24+
provider: google
25+
property: G-PPKL7LMWCE
26+
feedback:
27+
title: Was this page helpful?
28+
ratings:
29+
- icon: material/thumb-up-outline
30+
name: This page was helpful
31+
data: 1
32+
note: >-
33+
Thanks for your feedback!
34+
- icon: material/thumb-down-outline
35+
name: This page could be improved
36+
data: 0
37+
note: >-
38+
Thanks for your feedback! Help us improve this page by
39+
<a href="https://github.com/argilla-io/distilabel/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">opening a GitHub issue</a>.
2340
extra_css:
2441
- stylesheets/extra.css
2542

0 commit comments

Comments
 (0)