Skip to content

Commit eb8ea8e

Browse files
committed
add plausible to KA
1 parent 60a17b5 commit eb8ea8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/make.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ function main()
1414
format = Documenter.HTML(;
1515
prettyurls = ci,
1616
canonical = "https://juliagpu.github.io/KernelAbstractions.jl",
17-
assets = String[],
17+
assets = [
18+
asset(
19+
"https://plausible.io/js/plausible.js",
20+
class = :js,
21+
attributes = Dict(Symbol("data-domain") => "juliagpu.github.io", :defer => "")
22+
),
23+
],
1824
),
1925
warnonly = [:missing_docs],
2026
pages = [

0 commit comments

Comments
 (0)