Skip to content

Commit 2ce44f0

Browse files
Add Plausible as replacement for GA (#929)
1 parent d010f79 commit 2ce44f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ extra:
2222
- icon: fontawesome/brands/discord
2323
link: http://hf.co/join/discord
2424
analytics:
25-
provider: google
26-
property: G-PPKL7LMWCE
25+
provider: plausible
26+
domain: distilabel.argilla.io
2727
feedback:
2828
title: Was this page helpful?
2929
ratings:
@@ -151,6 +151,7 @@ plugins:
151151
heading_level: 4
152152
- social
153153
- mknotebooks
154+
- material-plausible
154155
- distilabel/components-gallery:
155156
add_after_page: How-to guides
156157

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ docs = [
5555
"mkdocs-literate-nav >= 0.6.1",
5656
"mkdocs-section-index >= 0.3.8",
5757
"mkdocs-gen-files >= 0.5.0",
58+
"material-plausible-plugin>=0.2.0",
5859
"mike >= 2.0.0",
5960
"Pillow >= 9.5.0",
6061
"CairoSVG >= 2.7.1",

0 commit comments

Comments
 (0)