We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a17b5 commit eb8ea8eCopy full SHA for eb8ea8e
docs/make.jl
@@ -14,7 +14,13 @@ function main()
14
format = Documenter.HTML(;
15
prettyurls = ci,
16
canonical = "https://juliagpu.github.io/KernelAbstractions.jl",
17
- assets = String[],
+ 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
+ ],
24
),
25
warnonly = [:missing_docs],
26
pages = [
0 commit comments