Skip to content

Commit 2047b74

Browse files
Add analytics to the docs (#346)
1 parent 6b917c4 commit 2047b74

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/make.jl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,17 @@ makedocs(
2828
plugins=[bib],
2929
sitename="ProbNumDiffEq.jl",
3030
format=Documenter.HTML(
31-
assets=String["assets/citations.css"],
31+
assets=[
32+
"assets/citations.css",
33+
asset(
34+
"https://cloud.umami.is/script.js",
35+
class=:js,
36+
attributes=Dict(
37+
Symbol("data-website-id") => "5a44fc2f-2cf0-47b1-a0df-c1a99b99e6db",
38+
:defer => "",
39+
),
40+
),
41+
],
3242
),
3343
modules=[ProbNumDiffEq],
3444
pages=[

0 commit comments

Comments
 (0)