Skip to content

Commit

Permalink
Add Google Analytics from MkDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Aug 1, 2024
1 parent 56d828b commit 06d52ff
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion argilla/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,23 @@ extra:
link: https://www.youtube.com/channel/UCAIz8TmvQQrLqbD7sd-5S2A
- icon: fontawesome/brands/discord
link: http://hf.co/join/discord

analytics:
provider: google
property: G-T5RMYPJ1B2
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
<a href="https://github.com/argilla-io/argilla/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">opening a GitHub issue</a>.
extra_css:
- stylesheets/extra.css

Expand Down

0 comments on commit 06d52ff

Please sign in to comment.